Class: Aws::Types::AwsEc2VolumeDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachments::Array[Types::AwsEc2VolumeAttachment]

Returns the value of attribute attachments.

Returns:



1907
1908
1909
# File 'sig/types.rbs', line 1907

def attachments
  @attachments
end

#create_time::String

Returns the value of attribute create_time.

Returns:

  • (::String)


1900
1901
1902
# File 'sig/types.rbs', line 1900

def create_time
  @create_time
end

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


1901
1902
1903
# File 'sig/types.rbs', line 1901

def device_name
  @device_name
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


1902
1903
1904
# File 'sig/types.rbs', line 1902

def encrypted
  @encrypted
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1906
1907
1908
# File 'sig/types.rbs', line 1906

def kms_key_id
  @kms_key_id
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


1903
1904
1905
# File 'sig/types.rbs', line 1903

def size
  @size
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


1904
1905
1906
# File 'sig/types.rbs', line 1904

def snapshot_id
  @snapshot_id
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1905
1906
1907
# File 'sig/types.rbs', line 1905

def status
  @status
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


1908
1909
1910
# File 'sig/types.rbs', line 1908

def volume_id
  @volume_id
end

#volume_scan_status::String

Returns the value of attribute volume_scan_status.

Returns:

  • (::String)


1910
1911
1912
# File 'sig/types.rbs', line 1910

def volume_scan_status
  @volume_scan_status
end

#volume_type::String

Returns the value of attribute volume_type.

Returns:

  • (::String)


1909
1910
1911
# File 'sig/types.rbs', line 1909

def volume_type
  @volume_type
end