Class: Aws::Types::LocalVolumeResourceData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_path::String

Returns the value of attribute destination_path.

Returns:

  • (::String)


1293
1294
1295
# File 'sig/types.rbs', line 1293

def destination_path
  @destination_path
end

#group_owner_settingTypes::GroupOwnerSetting

Returns the value of attribute group_owner_setting.



1294
1295
1296
# File 'sig/types.rbs', line 1294

def group_owner_setting
  @group_owner_setting
end

#source_path::String

Returns the value of attribute source_path.

Returns:

  • (::String)


1295
1296
1297
# File 'sig/types.rbs', line 1295

def source_path
  @source_path
end