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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1487
1488
1489
1490
1491
1492
# File 'lib/aws-sdk-drs/types.rb', line 1487

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

#valueString

Value.

Returns:

  • (String)


1487
1488
1489
1490
1491
1492
# File 'lib/aws-sdk-drs/types.rb', line 1487

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