Class: Aws::ServiceCatalog::Types::ListResourcesForTagOptionInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#page_sizeInteger

The maximum number of items to return with this call.

Returns:

  • (Integer)


3730
3731
3732
3733
3734
3735
3736
3737
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3730

class ListResourcesForTagOptionInput < Struct.new(
  :tag_option_id,
  :resource_type,
  :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)


3730
3731
3732
3733
3734
3735
3736
3737
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3730

class ListResourcesForTagOptionInput < Struct.new(
  :tag_option_id,
  :resource_type,
  :page_size,
  :page_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type.

  • Portfolio

  • Product

Returns:

  • (String)


3730
3731
3732
3733
3734
3735
3736
3737
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3730

class ListResourcesForTagOptionInput < Struct.new(
  :tag_option_id,
  :resource_type,
  :page_size,
  :page_token)
  SENSITIVE = []
  include Aws::Structure
end

#tag_option_idString

The TagOption identifier.

Returns:

  • (String)


3730
3731
3732
3733
3734
3735
3736
3737
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3730

class ListResourcesForTagOptionInput < Struct.new(
  :tag_option_id,
  :resource_type,
  :page_size,
  :page_token)
  SENSITIVE = []
  include Aws::Structure
end