Class: Aws::DataZone::Types::ConfigurableActionParameter

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

The details of the parameters for the configurable environment action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key of the configurable action parameter.

Returns:

  • (String)


1194
1195
1196
1197
1198
1199
# File 'lib/aws-sdk-datazone/types.rb', line 1194

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

#valueString

The value of the configurable action parameter.

Returns:

  • (String)


1194
1195
1196
1197
1198
1199
# File 'lib/aws-sdk-datazone/types.rb', line 1194

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