Class: Aws::Proton::Types::ListServiceInstanceProvisionedResourcesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListServiceInstanceProvisionedResourcesInput
- 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_instance_name ⇒ String
The name of the service instance whose provisioned resources you want.
-
#service_name ⇒ String
The name of the service that ‘serviceInstanceName` is associated to.
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.
3922 3923 3924 3925 3926 3927 3928 |
# File 'lib/aws-sdk-proton/types.rb', line 3922 class ListServiceInstanceProvisionedResourcesInput < Struct.new( :next_token, :service_instance_name, :service_name) SENSITIVE = [] include Aws::Structure end |
#service_instance_name ⇒ String
The name of the service instance whose provisioned resources you want.
3922 3923 3924 3925 3926 3927 3928 |
# File 'lib/aws-sdk-proton/types.rb', line 3922 class ListServiceInstanceProvisionedResourcesInput < Struct.new( :next_token, :service_instance_name, :service_name) SENSITIVE = [] include Aws::Structure end |
#service_name ⇒ String
The name of the service that ‘serviceInstanceName` is associated to.
3922 3923 3924 3925 3926 3927 3928 |
# File 'lib/aws-sdk-proton/types.rb', line 3922 class ListServiceInstanceProvisionedResourcesInput < Struct.new( :next_token, :service_instance_name, :service_name) SENSITIVE = [] include Aws::Structure end |