Class: Aws::ServiceCatalog::Types::ListTagOptionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ListTagOptionsOutput
- Includes:
- Aws::Structure
- Defined in:
- 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.
-
#tag_option_details ⇒ Array<Types::TagOptionDetail>
Information about the TagOptions.
Instance Attribute Details
#page_token ⇒ String
The page token for the next set of results. To retrieve the first set of results, use null.
3969 3970 3971 3972 3973 3974 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3969 class ListTagOptionsOutput < Struct.new( :tag_option_details, :page_token) SENSITIVE = [] include Aws::Structure end |
#tag_option_details ⇒ Array<Types::TagOptionDetail>
Information about the TagOptions.
3969 3970 3971 3972 3973 3974 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3969 class ListTagOptionsOutput < Struct.new( :tag_option_details, :page_token) SENSITIVE = [] include Aws::Structure end |