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)


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_detailsArray<Types::TagOptionDetail>

Information about the TagOptions.

Returns:



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