Class: Aws::RDS::Types::RecommendedActionParameter

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

Overview

A single parameter to use with the ‘RecommendedAction` API operation to apply the action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key of the parameter to use with the ‘RecommendedAction` API operation.

Returns:

  • (String)


21712
21713
21714
21715
21716
21717
# File 'lib/aws-sdk-rds/types.rb', line 21712

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

#valueString

The value of the parameter to use with the ‘RecommendedAction` API operation.

Returns:

  • (String)


21712
21713
21714
21715
21716
21717
# File 'lib/aws-sdk-rds/types.rb', line 21712

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