Class: Aws::Types::Shard
- Inherits:
-
Object
- Object
- Aws::Types::Shard
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#nodes ⇒ ::Array[Types::Node]
Returns the value of attribute nodes.
-
#number_of_nodes ⇒ ::Integer
Returns the value of attribute number_of_nodes.
-
#slots ⇒ ::String
Returns the value of attribute slots.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
909 910 911 |
# File 'sig/types.rbs', line 909 def name @name end |
#nodes ⇒ ::Array[Types::Node]
Returns the value of attribute nodes.
912 913 914 |
# File 'sig/types.rbs', line 912 def nodes @nodes end |
#number_of_nodes ⇒ ::Integer
Returns the value of attribute number_of_nodes.
913 914 915 |
# File 'sig/types.rbs', line 913 def number_of_nodes @number_of_nodes end |
#slots ⇒ ::String
Returns the value of attribute slots.
911 912 913 |
# File 'sig/types.rbs', line 911 def slots @slots end |
#status ⇒ ::String
Returns the value of attribute status.
910 911 912 |
# File 'sig/types.rbs', line 910 def status @status end |