Class: Aws::ServiceCatalog::Types::ListResourcesForTagOptionOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#page_tokenString

The page token for the next set of results. To retrieve the first set of results, use null.

Returns:

  • (String)


3750
3751
3752
3753
3754
3755
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3750

class ListResourcesForTagOptionOutput < Struct.new(
  :resource_details,
  :page_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_detailsArray<Types::ResourceDetail>

Information about the resources.

Returns:



3750
3751
3752
3753
3754
3755
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3750

class ListResourcesForTagOptionOutput < Struct.new(
  :resource_details,
  :page_token)
  SENSITIVE = []
  include Aws::Structure
end