Class: Aws::DAX::Types::NodeTypeSpecificValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::DAX::Types::NodeTypeSpecificValue
- Defined in:
- gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb
Overview
Represents a parameter value that is applicable to a particular node type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#node_type ⇒ String
A node type to which the parameter value applies.
-
#value ⇒ String
The parameter value for this node type.
Instance Attribute Details
#node_type ⇒ String
A node type to which the parameter value applies.
1078 1079 1080 1081 1082 1083 |
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1078 class NodeTypeSpecificValue < Struct.new( :node_type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The parameter value for this node type.
1078 1079 1080 1081 1082 1083 |
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1078 class NodeTypeSpecificValue < Struct.new( :node_type, :value) SENSITIVE = [] include Aws::Structure end |