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

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

Overview

Note:

When making an API call, you may pass ListResourcesForTagOptionInput data as a hash:

{
  tag_option_id: "TagOptionId", # required
  resource_type: "ResourceType",
  page_size: 1,
  page_token: "PageToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#page_sizeInteger

The maximum number of items to return with this call.

Returns:

  • (Integer)


3494
3495
3496
3497
3498
3499
3500
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3494

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


3494
3495
3496
3497
3498
3499
3500
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3494

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

#resource_typeString

The resource type.

  • ‘Portfolio`

  • ‘Product`

Returns:

  • (String)


3494
3495
3496
3497
3498
3499
3500
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3494

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

#tag_option_idString

The TagOption identifier.

Returns:

  • (String)


3494
3495
3496
3497
3498
3499
3500
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3494

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