Class: Aws::Types::AttachClusterNodeVolumeResponse

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)


565
566
567
# File 'sig/types.rbs', line 565

def attach_time
  @attach_time
end

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


562
563
564
# File 'sig/types.rbs', line 562

def cluster_arn
  @cluster_arn
end

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


567
568
569
# File 'sig/types.rbs', line 567

def device_name
  @device_name
end

#node_id::String

Returns the value of attribute node_id.

Returns:

  • (::String)


563
564
565
# File 'sig/types.rbs', line 563

def node_id
  @node_id
end

#status"attaching", ...

Returns the value of attribute status.

Returns:

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


566
567
568
# File 'sig/types.rbs', line 566

def status
  @status
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


564
565
566
# File 'sig/types.rbs', line 564

def volume_id
  @volume_id
end