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.
4956 4957 4958 |
# File 'sig/types.rbs', line 4956 def cluster_id @cluster_id end |
#name ⇒ ::String
Returns the value of attribute name.
4957 4958 4959 |
# File 'sig/types.rbs', line 4957 def name @name end |
#node_interface_mappings ⇒ ::Array[Types::NodeInterfaceMappingCreateRequest]
Returns the value of attribute node_interface_mappings.
4958 4959 4960 |
# File 'sig/types.rbs', line 4958 def node_interface_mappings @node_interface_mappings end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4959 4960 4961 |
# File 'sig/types.rbs', line 4959 def request_id @request_id end |
#role ⇒ "BACKUP", "ACTIVE"
Returns the value of attribute role.
4960 4961 4962 |
# File 'sig/types.rbs', line 4960 def role @role end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4961 4962 4963 |
# File 'sig/types.rbs', line 4961 def end |