Class: Aws::Types::CreateNodeRegistrationScriptRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateNodeRegistrationScriptRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#node_interface_mappings ⇒ ::Array[Types::NodeInterfaceMapping]
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.
Instance Attribute Details
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
4936 4937 4938 |
# File 'sig/types.rbs', line 4936 def cluster_id @cluster_id end |
#id ⇒ ::String
Returns the value of attribute id.
4937 4938 4939 |
# File 'sig/types.rbs', line 4937 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
4938 4939 4940 |
# File 'sig/types.rbs', line 4938 def name @name end |
#node_interface_mappings ⇒ ::Array[Types::NodeInterfaceMapping]
Returns the value of attribute node_interface_mappings.
4939 4940 4941 |
# File 'sig/types.rbs', line 4939 def node_interface_mappings @node_interface_mappings end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4940 4941 4942 |
# File 'sig/types.rbs', line 4940 def request_id @request_id end |
#role ⇒ "BACKUP", "ACTIVE"
Returns the value of attribute role.
4941 4942 4943 |
# File 'sig/types.rbs', line 4941 def role @role end |