Module: Aws::SageMaker::Client::_DetachClusterNodeVolumeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DetachClusterNodeVolumeResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #attach_time ⇒ ::Time
- #cluster_arn ⇒ ::String
- #device_name ⇒ ::String
- #node_id ⇒ ::String
- #status ⇒ "attaching", ...
- #volume_id ⇒ ::String
Instance Method Details
#attach_time ⇒ ::Time
5218 |
# File 'sig/client.rbs', line 5218
def attach_time: () -> ::Time
|
#cluster_arn ⇒ ::String
5215 |
# File 'sig/client.rbs', line 5215
def cluster_arn: () -> ::String
|
#device_name ⇒ ::String
5220 |
# File 'sig/client.rbs', line 5220
def device_name: () -> ::String
|
#node_id ⇒ ::String
5216 |
# File 'sig/client.rbs', line 5216
def node_id: () -> ::String
|
#status ⇒ "attaching", ...
5219 |
# File 'sig/client.rbs', line 5219
def status: () -> ("attaching" | "attached" | "detaching" | "detached" | "busy")
|
#volume_id ⇒ ::String
5217 |
# File 'sig/client.rbs', line 5217
def volume_id: () -> ::String
|