class Aws::ServiceCatalog::Types::ListResourcesForTagOptionInput

@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",
    }

@!attribute [rw] tag_option_id

The TagOption identifier.
@return [String]

@!attribute [rw] resource_type

The resource type.

* `Portfolio`

* `Product`
@return [String]

@!attribute [rw] page_size

The maximum number of items to return with this call.
@return [Integer]

@!attribute [rw] page_token

The page token for the next set of results. To retrieve the first
set of results, use null.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListResourcesForTagOptionInput AWS API Documentation

Constants

SENSITIVE