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
143 |
# File 'sig/client.rbs', line 143 def attach_time: () -> ::Time |
#cluster_arn ⇒ ::String
140 |
# File 'sig/client.rbs', line 140 def cluster_arn: () -> ::String |
#device_name ⇒ ::String
145 |
# File 'sig/client.rbs', line 145 def device_name: () -> ::String |
#node_id ⇒ ::String
141 |
# File 'sig/client.rbs', line 141 def node_id: () -> ::String |
#status ⇒ "attaching", ...
144 |
# File 'sig/client.rbs', line 144 def status: () -> ("attaching" | "attached" | "detaching" | "detached" | "busy") |
#volume_id ⇒ ::String
142 |
# File 'sig/client.rbs', line 142 def volume_id: () -> ::String |