Class: Aws::Types::DetachClusterNodeVolumeResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attach_time::Time

Returns the value of attribute attach_time.

Returns:

  • (::Time)


5410
5411
5412
# File 'sig/types.rbs', line 5410

def attach_time
  @attach_time
end

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


5407
5408
5409
# File 'sig/types.rbs', line 5407

def cluster_arn
  @cluster_arn
end

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


5412
5413
5414
# File 'sig/types.rbs', line 5412

def device_name
  @device_name
end

#node_id::String

Returns the value of attribute node_id.

Returns:

  • (::String)


5408
5409
5410
# File 'sig/types.rbs', line 5408

def node_id
  @node_id
end

#status"attaching", ...

Returns the value of attribute status.

Returns:

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


5411
5412
5413
# File 'sig/types.rbs', line 5411

def status
  @status
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


5409
5410
5411
# File 'sig/types.rbs', line 5409

def volume_id
  @volume_id
end