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
5241 |
# File 'sig/client.rbs', line 5241
def attach_time: () -> ::Time
|
#cluster_arn ⇒ ::String
5238 |
# File 'sig/client.rbs', line 5238
def cluster_arn: () -> ::String
|
#device_name ⇒ ::String
5243 |
# File 'sig/client.rbs', line 5243
def device_name: () -> ::String
|
#node_id ⇒ ::String
5239 |
# File 'sig/client.rbs', line 5239
def node_id: () -> ::String
|
#status ⇒ "attaching", ...
5242 |
# File 'sig/client.rbs', line 5242
def status: () -> ("attaching" | "attached" | "detaching" | "detached" | "busy")
|
#volume_id ⇒ ::String
5240 |
# File 'sig/client.rbs', line 5240
def volume_id: () -> ::String
|