Class: Aws::Proton::Types::ListServicePipelineProvisionedResourcesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListServicePipelineProvisionedResourcesInput
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
Note:
When making an API call, you may pass ListServicePipelineProvisionedResourcesInput data as a hash:
{
next_token: "EmptyNextToken",
service_name: "ResourceName", # required
}
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.
3772 3773 3774 3775 3776 3777 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3772 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.
3772 3773 3774 3775 3776 3777 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3772 class ListServicePipelineProvisionedResourcesInput < Struct.new( :next_token, :service_name) SENSITIVE = [] include Aws::Structure end |