Class: Aws::DAX::Types::ParameterNameValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::DAX::Types::ParameterNameValue
- Defined in:
- gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb
Overview
An individual DAX parameter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameter_name ⇒ String
The name of the parameter.
-
#parameter_value ⇒ String
The value of the parameter.
Instance Attribute Details
#parameter_name ⇒ String
The name of the parameter.
1276 1277 1278 1279 1280 1281 |
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1276 class ParameterNameValue < Struct.new( :parameter_name, :parameter_value) SENSITIVE = [] include Aws::Structure end |
#parameter_value ⇒ String
The value of the parameter.
1276 1277 1278 1279 1280 1281 |
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1276 class ParameterNameValue < Struct.new( :parameter_name, :parameter_value) SENSITIVE = [] include Aws::Structure end |