Class: Aws::Proton::Types::ListServiceInstanceOutputsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_idString

The ID of the deployment whose outputs you want.

Returns:

  • (String)


3878
3879
3880
3881
3882
3883
3884
3885
# File 'gems/aws-sdk-proton/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_tokenString

A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.

Returns:

  • (String)


3878
3879
3880
3881
3882
3883
3884
3885
# File 'gems/aws-sdk-proton/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_nameString

The name of the service instance whose outputs you want.

Returns:

  • (String)


3878
3879
3880
3881
3882
3883
3884
3885
# File 'gems/aws-sdk-proton/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_nameString

The name of the service that serviceInstanceName is associated to.

Returns:

  • (String)


3878
3879
3880
3881
3882
3883
3884
3885
# File 'gems/aws-sdk-proton/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