Module: Aws::SageMaker::Client::_DetachClusterNodeVolumeResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DetachClusterNodeVolumeResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#attach_time::Time

Returns:

  • (::Time)


5194
# File 'sig/client.rbs', line 5194

def attach_time: () -> ::Time

#cluster_arn::String

Returns:

  • (::String)


5191
# File 'sig/client.rbs', line 5191

def cluster_arn: () -> ::String

#device_name::String

Returns:

  • (::String)


5196
# File 'sig/client.rbs', line 5196

def device_name: () -> ::String

#node_id::String

Returns:

  • (::String)


5192
# File 'sig/client.rbs', line 5192

def node_id: () -> ::String

#status"attaching", ...

Returns:

  • ("attaching", "attached", "detaching", "detached", "busy")


5195
# File 'sig/client.rbs', line 5195

def status: () -> ("attaching" | "attached" | "detaching" | "detached" | "busy")

#volume_id::String

Returns:

  • (::String)


5193
# File 'sig/client.rbs', line 5193

def volume_id: () -> ::String