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)


1533
1534
1535
1536
1537
1538
# File 'lib/aws-sdk-drs/types.rb', line 1533

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

#valueString

Value.

Returns:

  • (String)


1533
1534
1535
1536
1537
1538
# File 'lib/aws-sdk-drs/types.rb', line 1533

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