Class: Aws::ServiceCatalog::Types::ListResourcesForTagOptionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ListResourcesForTagOptionOutput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#page_token ⇒ String
The page token for the next set of results.
-
#resource_details ⇒ Array<Types::ResourceDetail>
Information about the resources.
Instance Attribute Details
#page_token ⇒ String
The page token for the next set of results. To retrieve the first set of results, use null.
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_details ⇒ Array<Types::ResourceDetail>
Information about the resources.
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 |