Class: Aws::Proton::Types::ListServicePipelineProvisionedResourcesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListServicePipelineProvisionedResourcesInput
- 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 list of provisioned resources that was previously requested.
-
#service_name ⇒ String
The name of the service whose pipeline’s provisioned resources you want.
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 list of provisioned resources that was previously requested.
4098 4099 4100 4101 4102 4103 |
# File 'lib/aws-sdk-proton/types.rb', line 4098 class ListServicePipelineProvisionedResourcesInput < Struct.new( :next_token, :service_name) SENSITIVE = [] include Aws::Structure end |
#service_name ⇒ String
The name of the service whose pipeline’s provisioned resources you want.
4098 4099 4100 4101 4102 4103 |
# File 'lib/aws-sdk-proton/types.rb', line 4098 class ListServicePipelineProvisionedResourcesInput < Struct.new( :next_token, :service_name) SENSITIVE = [] include Aws::Structure end |