Class: Aws::Proton::Types::ListServiceInstanceOutputsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListServiceInstanceOutputsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_id ⇒ String
The ID of the deployment whose outputs you want.
-
#next_token ⇒ String
A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.
-
#service_instance_name ⇒ String
The name of the service instance whose outputs you want.
-
#service_name ⇒ String
The name of the service that ‘serviceInstanceName` is associated to.
Instance Attribute Details
#deployment_id ⇒ String
The ID of the deployment whose outputs you want.
3878 3879 3880 3881 3882 3883 3884 3885 |
# File 'lib/aws-sdk-proton/types.rb', line 3878 class ListServiceInstanceOutputsInput < Struct.new( :deployment_id, :next_token, :service_instance_name, :service_name) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.
3878 3879 3880 3881 3882 3883 3884 3885 |
# File 'lib/aws-sdk-proton/types.rb', line 3878 class ListServiceInstanceOutputsInput < Struct.new( :deployment_id, :next_token, :service_instance_name, :service_name) SENSITIVE = [] include Aws::Structure end |
#service_instance_name ⇒ String
The name of the service instance whose outputs you want.
3878 3879 3880 3881 3882 3883 3884 3885 |
# File 'lib/aws-sdk-proton/types.rb', line 3878 class ListServiceInstanceOutputsInput < Struct.new( :deployment_id, :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.
3878 3879 3880 3881 3882 3883 3884 3885 |
# File 'lib/aws-sdk-proton/types.rb', line 3878 class ListServiceInstanceOutputsInput < Struct.new( :deployment_id, :next_token, :service_instance_name, :service_name) SENSITIVE = [] include Aws::Structure end |