Class: Aws::Proton::Types::ListComponentProvisionedResourcesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListComponentProvisionedResourcesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the current requested list of provisioned resources.
-
#provisioned_resources ⇒ Array<Types::ProvisionedResource>
An array of provisioned resources for a component.
Instance Attribute Details
#next_token ⇒ String
A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the current requested list of provisioned resources.
3373 3374 3375 3376 3377 3378 |
# File 'lib/aws-sdk-proton/types.rb', line 3373 class ListComponentProvisionedResourcesOutput < Struct.new( :next_token, :provisioned_resources) SENSITIVE = [] include Aws::Structure end |
#provisioned_resources ⇒ Array<Types::ProvisionedResource>
An array of provisioned resources for a component.
3373 3374 3375 3376 3377 3378 |
# File 'lib/aws-sdk-proton/types.rb', line 3373 class ListComponentProvisionedResourcesOutput < Struct.new( :next_token, :provisioned_resources) SENSITIVE = [] include Aws::Structure end |