Class: Aws::ServiceCatalog::Types::ListResourcesForTagOptionOutput

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

Overview

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)


3513
3514
3515
3516
3517
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3513

class ListResourcesForTagOptionOutput < Struct.new(
  :resource_details,
  :page_token)
  include Aws::Structure
end

#resource_detailsArray<Types::ResourceDetail>

Information about the resources.

Returns:



3513
3514
3515
3516
3517
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3513

class ListResourcesForTagOptionOutput < Struct.new(
  :resource_details,
  :page_token)
  include Aws::Structure
end