Class: Aws::Types::CreateNodeInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateNodeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#member_id ⇒ ::String
Returns the value of attribute member_id.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#node_configuration ⇒ Types::NodeConfiguration
Returns the value of attribute node_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
93 94 95 |
# File 'sig/types.rbs', line 93 def client_request_token @client_request_token end |
#member_id ⇒ ::String
Returns the value of attribute member_id.
95 96 97 |
# File 'sig/types.rbs', line 95 def member_id @member_id end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
94 95 96 |
# File 'sig/types.rbs', line 94 def network_id @network_id end |
#node_configuration ⇒ Types::NodeConfiguration
Returns the value of attribute node_configuration.
96 97 98 |
# File 'sig/types.rbs', line 96 def node_configuration @node_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
97 98 99 |
# File 'sig/types.rbs', line 97 def @tags end |