Class: Aws::Types::KxVolume

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_ids::Array[::String]

Returns the value of attribute availability_zone_ids.

Returns:

  • (::Array[::String])


827
828
829
# File 'sig/types.rbs', line 827

def availability_zone_ids
  @availability_zone_ids
end

#az_mode"SINGLE", "MULTI"

Returns the value of attribute az_mode.

Returns:

  • ("SINGLE", "MULTI")


826
827
828
# File 'sig/types.rbs', line 826

def az_mode
  @az_mode
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


828
829
830
# File 'sig/types.rbs', line 828

def created_timestamp
  @created_timestamp
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


824
825
826
# File 'sig/types.rbs', line 824

def description
  @description
end

#last_modified_timestamp::Time

Returns the value of attribute last_modified_timestamp.

Returns:

  • (::Time)


829
830
831
# File 'sig/types.rbs', line 829

def last_modified_timestamp
  @last_modified_timestamp
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "CREATE_FAILED", "ACTIVE", "UPDATING", "UPDATED", "UPDATE_FAILED", "DELETING", "DELETED", "DELETE_FAILED")


823
824
825
# File 'sig/types.rbs', line 823

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


825
826
827
# File 'sig/types.rbs', line 825

def status_reason
  @status_reason
end

#volume_name::String

Returns the value of attribute volume_name.

Returns:

  • (::String)


821
822
823
# File 'sig/types.rbs', line 821

def volume_name
  @volume_name
end

#volume_type"NAS_1"

Returns the value of attribute volume_type.

Returns:

  • ("NAS_1")


822
823
824
# File 'sig/types.rbs', line 822

def volume_type
  @volume_type
end