Class: Aws::Types::VolumeDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


3372
3373
3374
# File 'sig/types.rbs', line 3372

def device_name
  @device_name
end

#encryption_type::String

Returns the value of attribute encryption_type.

Returns:

  • (::String)


3374
3375
3376
# File 'sig/types.rbs', line 3374

def encryption_type
  @encryption_type
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


3376
3377
3378
# File 'sig/types.rbs', line 3376

def kms_key_arn
  @kms_key_arn
end

#snapshot_arn::String

Returns the value of attribute snapshot_arn.

Returns:

  • (::String)


3375
3376
3377
# File 'sig/types.rbs', line 3375

def snapshot_arn
  @snapshot_arn
end

#volume_arn::String

Returns the value of attribute volume_arn.

Returns:

  • (::String)


3370
3371
3372
# File 'sig/types.rbs', line 3370

def volume_arn
  @volume_arn
end

#volume_size_in_gb::Integer

Returns the value of attribute volume_size_in_gb.

Returns:

  • (::Integer)


3373
3374
3375
# File 'sig/types.rbs', line 3373

def volume_size_in_gb
  @volume_size_in_gb
end

#volume_type::String

Returns the value of attribute volume_type.

Returns:

  • (::String)


3371
3372
3373
# File 'sig/types.rbs', line 3371

def volume_type
  @volume_type
end