Class: Aws::Types::EbsInstanceBlockDevice

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)


144
145
146
# File 'sig/types.rbs', line 144

def attach_time
  @attach_time
end

#delete_on_termination ⇒ Boolean

Returns the value of attribute delete_on_termination.

Returns:

  • (Boolean)


145
146
147
# File 'sig/types.rbs', line 145

def delete_on_termination
  @delete_on_termination
end

#status ⇒ "ATTACHING", ...

Returns the value of attribute status.

Returns:

  • ("ATTACHING", "ATTACHED", "DETACHING", "DETACHED")


146
147
148
# File 'sig/types.rbs', line 146

def status
  @status
end

#volume_id ⇒ ::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def volume_id
  @volume_id
end