Class: Aws::Types::VolumeInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arn::String

Returns the value of attribute gateway_arn.

Returns:

  • (::String)


1655
1656
1657
# File 'sig/types.rbs', line 1655

def gateway_arn
  @gateway_arn
end

#gateway_id::String

Returns the value of attribute gateway_id.

Returns:

  • (::String)


1656
1657
1658
# File 'sig/types.rbs', line 1656

def gateway_id
  @gateway_id
end

#volume_arn::String

Returns the value of attribute volume_arn.

Returns:

  • (::String)


1653
1654
1655
# File 'sig/types.rbs', line 1653

def volume_arn
  @volume_arn
end

#volume_attachment_status::String

Returns the value of attribute volume_attachment_status.

Returns:

  • (::String)


1659
1660
1661
# File 'sig/types.rbs', line 1659

def volume_attachment_status
  @volume_attachment_status
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


1654
1655
1656
# File 'sig/types.rbs', line 1654

def volume_id
  @volume_id
end

#volume_size_in_bytes::Integer

Returns the value of attribute volume_size_in_bytes.

Returns:

  • (::Integer)


1658
1659
1660
# File 'sig/types.rbs', line 1658

def volume_size_in_bytes
  @volume_size_in_bytes
end

#volume_type::String

Returns the value of attribute volume_type.

Returns:

  • (::String)


1657
1658
1659
# File 'sig/types.rbs', line 1657

def volume_type
  @volume_type
end