Class: Aws::Types::AttachClusterNodeNetworkInterfaceResponse
- Inherits:
-
Object
- Object
- Aws::Types::AttachClusterNodeNetworkInterfaceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#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
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
565 566 567 |
# File 'sig/types.rbs', line 565 def end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
562 563 564 |
# File 'sig/types.rbs', line 562 def cluster_arn @cluster_arn end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
564 565 566 |
# File 'sig/types.rbs', line 564 def network_interface_id @network_interface_id end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
563 564 565 |
# File 'sig/types.rbs', line 563 def node_id @node_id end |