Module: Aws::SageMaker::Client::_AttachClusterNodeNetworkInterfaceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::AttachClusterNodeNetworkInterfaceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #attachment_id ⇒ ::String
- #cluster_arn ⇒ ::String
- #network_interface_id ⇒ ::String
- #node_id ⇒ ::String
Instance Method Details
#attachment_id ⇒ ::String
128 |
# File 'sig/client.rbs', line 128
def attachment_id: () -> ::String
|
#cluster_arn ⇒ ::String
125 |
# File 'sig/client.rbs', line 125
def cluster_arn: () -> ::String
|
#network_interface_id ⇒ ::String
127 |
# File 'sig/client.rbs', line 127
def network_interface_id: () -> ::String
|
#node_id ⇒ ::String
126 |
# File 'sig/client.rbs', line 126
def node_id: () -> ::String
|