Class: Aws::Proton::Types::ListServicePipelineProvisionedResourcesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListServicePipelineProvisionedResourcesOutput
- 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 service and pipeline.
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.
4117 4118 4119 4120 4121 4122 |
# File 'lib/aws-sdk-proton/types.rb', line 4117 class ListServicePipelineProvisionedResourcesOutput < Struct.new( :next_token, :provisioned_resources) SENSITIVE = [] include Aws::Structure end |
#provisioned_resources ⇒ Array<Types::ProvisionedResource>
An array of provisioned resources for a service and pipeline.
4117 4118 4119 4120 4121 4122 |
# File 'lib/aws-sdk-proton/types.rb', line 4117 class ListServicePipelineProvisionedResourcesOutput < Struct.new( :next_token, :provisioned_resources) SENSITIVE = [] include Aws::Structure end |