Class: Aws::Types::GetVolumeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


1676
1677
1678
# File 'sig/types.rbs', line 1676

def farm_id
  @farm_id
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


1677
1678
1679
# File 'sig/types.rbs', line 1677

def fleet_id
  @fleet_id
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


1678
1679
1680
# File 'sig/types.rbs', line 1678

def volume_id
  @volume_id
end