Class: Aws::Types::AttachVolumeInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#disk_id::String

Returns the value of attribute disk_id.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def disk_id
  @disk_id
end

#gateway_arn::String

Returns the value of attribute gateway_arn.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def gateway_arn
  @gateway_arn
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def network_interface_id
  @network_interface_id
end

#target_name::String

Returns the value of attribute target_name.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def target_name
  @target_name
end

#volume_arn::String

Returns the value of attribute volume_arn.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def volume_arn
  @volume_arn
end