Class: Aws::Types::DomainNodesStatus
- Inherits:
-
Object
- Object
- Aws::Types::DomainNodesStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#instance_type ⇒ "m3.medium.search", ...
Returns the value of attribute instance_type.
-
#node_id ⇒ ::String
Returns the value of attribute node_id.
-
#node_status ⇒ "Active", ...
Returns the value of attribute node_status.
-
#node_type ⇒ "Data", ...
Returns the value of attribute node_type.
-
#storage_size ⇒ ::String
Returns the value of attribute storage_size.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
-
#storage_volume_type ⇒ "standard", ...
Returns the value of attribute storage_volume_type.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def availability_zone @availability_zone end |
#instance_type ⇒ "m3.medium.search", ...
Returns the value of attribute instance_type.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def instance_type @instance_type end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def node_id @node_id end |
#node_status ⇒ "Active", ...
Returns the value of attribute node_status.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def node_status @node_status end |
#node_type ⇒ "Data", ...
Returns the value of attribute node_type.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def node_type @node_type end |
#storage_size ⇒ ::String
Returns the value of attribute storage_size.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def storage_size @storage_size end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def storage_type @storage_type end |
#storage_volume_type ⇒ "standard", ...
Returns the value of attribute storage_volume_type.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def storage_volume_type @storage_volume_type end |