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

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


21522
21523
21524
21525
21526
21527
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21522

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)


21522
21523
21524
21525
21526
21527
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21522

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