Class: Aws::Types::AttachDiskRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_mountingBoolean

Returns the value of attribute auto_mounting.

Returns:

  • (Boolean)


124
125
126
# File 'sig/types.rbs', line 124

def auto_mounting
  @auto_mounting
end

#disk_name::String

Returns the value of attribute disk_name.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def disk_name
  @disk_name
end

#disk_path::String

Returns the value of attribute disk_path.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def disk_path
  @disk_path
end

#instance_name::String

Returns the value of attribute instance_name.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def instance_name
  @instance_name
end