Module: Aws::SageMaker::Client::_AttachClusterNodeVolumeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::AttachClusterNodeVolumeResponse]
- 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
128 |
# File 'sig/client.rbs', line 128
def attach_time: () -> ::Time
|
#cluster_arn ⇒ ::String
125 |
# File 'sig/client.rbs', line 125
def cluster_arn: () -> ::String
|
#device_name ⇒ ::String
130 |
# File 'sig/client.rbs', line 130
def device_name: () -> ::String
|
#node_id ⇒ ::String
126 |
# File 'sig/client.rbs', line 126
def node_id: () -> ::String
|
#status ⇒ "attaching", ...
129 |
# File 'sig/client.rbs', line 129
def status: () -> ("attaching" | "attached" | "detaching" | "detached" | "busy")
|
#volume_id ⇒ ::String
127 |
# File 'sig/client.rbs', line 127
def volume_id: () -> ::String
|