Class: Aws::Proton::Types::ListComponentOutputsInput

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

#component_nameString

The name of the component whose outputs you want.

Returns:

  • (String)


3316
3317
3318
3319
3320
3321
3322
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3316

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

#deployment_idString

The ID of the deployment whose outputs you want.

Returns:

  • (String)


3316
3317
3318
3319
3320
3321
3322
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3316

class ListComponentOutputsInput < Struct.new(
  :component_name,
  :deployment_id,
  :next_token)
  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)


3316
3317
3318
3319
3320
3321
3322
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3316

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