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
5211 |
# File 'sig/client.rbs', line 5211
def attach_time: () -> ::Time
|
#cluster_arn ⇒ ::String
5208 |
# File 'sig/client.rbs', line 5208
def cluster_arn: () -> ::String
|
#device_name ⇒ ::String
5213 |
# File 'sig/client.rbs', line 5213
def device_name: () -> ::String
|
#node_id ⇒ ::String
5209 |
# File 'sig/client.rbs', line 5209
def node_id: () -> ::String
|
#status ⇒ "attaching", ...
5212 |
# File 'sig/client.rbs', line 5212
def status: () -> ("attaching" | "attached" | "detaching" | "detached" | "busy")
|
#volume_id ⇒ ::String
5210 |
# File 'sig/client.rbs', line 5210
def volume_id: () -> ::String
|