Class: Aws::Proton::Types::ListComponentProvisionedResourcesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListComponentProvisionedResourcesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_name ⇒ String
The name of the component whose provisioned resources you want.
-
#next_token ⇒ String
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.
Instance Attribute Details
#component_name ⇒ String
The name of the component whose provisioned resources you want.
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_token ⇒ String
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.
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 |