Class: Aws::Types::CreateNodeRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateNodeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#node_interface_mappings ⇒ ::Array[Types::NodeInterfaceMappingCreateRequest]
Returns the value of attribute node_interface_mappings.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#role ⇒ "BACKUP", "ACTIVE"
Returns the value of attribute role.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
4946 4947 4948 |
# File 'sig/types.rbs', line 4946 def cluster_id @cluster_id end |
#name ⇒ ::String
Returns the value of attribute name.
4947 4948 4949 |
# File 'sig/types.rbs', line 4947 def name @name end |
#node_interface_mappings ⇒ ::Array[Types::NodeInterfaceMappingCreateRequest]
Returns the value of attribute node_interface_mappings.
4948 4949 4950 |
# File 'sig/types.rbs', line 4948 def node_interface_mappings @node_interface_mappings end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4949 4950 4951 |
# File 'sig/types.rbs', line 4949 def request_id @request_id end |
#role ⇒ "BACKUP", "ACTIVE"
Returns the value of attribute role.
4950 4951 4952 |
# File 'sig/types.rbs', line 4950 def role @role end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4951 4952 4953 |
# File 'sig/types.rbs', line 4951 def @tags end |