Class: Aws::RDS::Types::ContextAttribute

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

Overview

The additional attributes of ‘RecommendedAction` data type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key of ‘ContextAttribute`.

Returns:

  • (String)


1145
1146
1147
1148
1149
1150
# File 'lib/aws-sdk-rds/types.rb', line 1145

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

#valueString

The value of ‘ContextAttribute`.

Returns:

  • (String)


1145
1146
1147
1148
1149
1150
# File 'lib/aws-sdk-rds/types.rb', line 1145

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