Class: Aws::Types::AttachClusterNodeNetworkInterfaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::AttachClusterNodeNetworkInterfaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#node_id ⇒ ::String
Returns the value of attribute node_id.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
555 556 557 |
# File 'sig/types.rbs', line 555 def cluster_name @cluster_name end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
557 558 559 |
# File 'sig/types.rbs', line 557 def network_interface_id @network_interface_id end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
556 557 558 |
# File 'sig/types.rbs', line 556 def node_id @node_id end |