Class: Aws::ServiceCatalog::Types::ListTagOptionsInput

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

#filtersTypes::ListTagOptionsFilters

The search filters. If no search filters are specified, the output includes all TagOptions.



3912
3913
3914
3915
3916
3917
3918
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3912

class ListTagOptionsInput < Struct.new(
  :filters,
  :page_size,
  :page_token)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeInteger

The maximum number of items to return with this call.

Returns:

  • (Integer)


3912
3913
3914
3915
3916
3917
3918
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3912

class ListTagOptionsInput < Struct.new(
  :filters,
  :page_size,
  :page_token)
  SENSITIVE = []
  include Aws::Structure
end

#page_tokenString

The page token for the next set of results. To retrieve the first set of results, use null.

Returns:

  • (String)


3912
3913
3914
3915
3916
3917
3918
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3912

class ListTagOptionsInput < Struct.new(
  :filters,
  :page_size,
  :page_token)
  SENSITIVE = []
  include Aws::Structure
end