Class: Aws::Proton::Types::ListEnvironmentOutputsInput

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)


3570
3571
3572
3573
3574
3575
3576
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3570

class ListEnvironmentOutputsInput < Struct.new(
  :deployment_id,
  :environment_name,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#environment_nameString

The environment name.

Returns:

  • (String)


3570
3571
3572
3573
3574
3575
3576
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3570

class ListEnvironmentOutputsInput < Struct.new(
  :deployment_id,
  :environment_name,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


3570
3571
3572
3573
3574
3575
3576
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3570

class ListEnvironmentOutputsInput < Struct.new(
  :deployment_id,
  :environment_name,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end