Class: Aws::Drs::Types::LaunchActionParameter

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

Overview

Launch action parameter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

Type.

Returns:

  • (String)


1510
1511
1512
1513
1514
1515
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1510

class LaunchActionParameter < Struct.new(
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

Value.

Returns:

  • (String)


1510
1511
1512
1513
1514
1515
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1510

class LaunchActionParameter < Struct.new(
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end