Class: Aws::ServiceCatalog::Types::ListTagOptionsOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


4595
4596
4597
4598
4599
4600
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4595

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

#tag_option_detailsArray<Types::TagOptionDetail>

Information about the TagOptions.

Returns:



4595
4596
4597
4598
4599
4600
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4595

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