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.
3738 3739 3740 3741 3742 3743 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3738 class ListResourcesForTagOptionOutput < Struct.new( :resource_details, :page_token) SENSITIVE = [] include Aws::Structure end |
#resource_details ⇒ Array<Types::ResourceDetail>
Information about the resources.
3738 3739 3740 3741 3742 3743 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3738 class ListResourcesForTagOptionOutput < Struct.new( :resource_details, :page_token) SENSITIVE = [] include Aws::Structure end |