Class: Aws::Proton::Types::ListComponentProvisionedResourcesInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#component_nameString

The name of the component whose provisioned resources you want.

Returns:

  • (String)


3354
3355
3356
3357
3358
3359
# File 'lib/aws-sdk-proton/types.rb', line 3354

class ListComponentProvisionedResourcesInput < Struct.new(
  :component_name,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the list of provisioned resources that was previously requested.

Returns:

  • (String)


3354
3355
3356
3357
3358
3359
# File 'lib/aws-sdk-proton/types.rb', line 3354

class ListComponentProvisionedResourcesInput < Struct.new(
  :component_name,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end