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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


799
800
801
802
803
804
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 799

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

#valueString

The value of the configurable action parameter.

Returns:

  • (String)


799
800
801
802
803
804
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 799

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