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.
4926 4927 4928 |
# File 'sig/types.rbs', line 4926 def cluster_id @cluster_id end |
#id ⇒ ::String
Returns the value of attribute id.
4927 4928 4929 |
# File 'sig/types.rbs', line 4927 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
4928 4929 4930 |
# File 'sig/types.rbs', line 4928 def name @name end |
#node_interface_mappings ⇒ ::Array[Types::NodeInterfaceMapping]
Returns the value of attribute node_interface_mappings.
4929 4930 4931 |
# File 'sig/types.rbs', line 4929 def node_interface_mappings @node_interface_mappings end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4930 4931 4932 |
# File 'sig/types.rbs', line 4930 def request_id @request_id end |
#role ⇒ "BACKUP", "ACTIVE"
Returns the value of attribute role.
4931 4932 4933 |
# File 'sig/types.rbs', line 4931 def role @role end |