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
5194 |
# File 'sig/client.rbs', line 5194
def attach_time: () -> ::Time
|
#cluster_arn ⇒ ::String
5191 |
# File 'sig/client.rbs', line 5191
def cluster_arn: () -> ::String
|
#device_name ⇒ ::String
5196 |
# File 'sig/client.rbs', line 5196
def device_name: () -> ::String
|
#node_id ⇒ ::String
5192 |
# File 'sig/client.rbs', line 5192
def node_id: () -> ::String
|
#status ⇒ "attaching", ...
5195 |
# File 'sig/client.rbs', line 5195
def status: () -> ("attaching" | "attached" | "detaching" | "detached" | "busy")
|
#volume_id ⇒ ::String
5193 |
# File 'sig/client.rbs', line 5193
def volume_id: () -> ::String
|