Class: Aws::Types::ReplicationConfigurationReplicatedDisk

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


1142
1143
1144
# File 'sig/types.rbs', line 1142

def device_name
  @device_name
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


1145
1146
1147
# File 'sig/types.rbs', line 1145

def iops
  @iops
end

#is_boot_diskBoolean

Returns the value of attribute is_boot_disk.

Returns:

  • (Boolean)


1143
1144
1145
# File 'sig/types.rbs', line 1143

def is_boot_disk
  @is_boot_disk
end

#optimized_staging_disk_type"AUTO", ...

Returns the value of attribute optimized_staging_disk_type.

Returns:

  • ("AUTO", "GP2", "GP3", "IO1", "SC1", "ST1", "STANDARD")


1147
1148
1149
# File 'sig/types.rbs', line 1147

def optimized_staging_disk_type
  @optimized_staging_disk_type
end

#staging_disk_type"AUTO", ...

Returns the value of attribute staging_disk_type.

Returns:

  • ("AUTO", "GP2", "GP3", "IO1", "SC1", "ST1", "STANDARD")


1144
1145
1146
# File 'sig/types.rbs', line 1144

def staging_disk_type
  @staging_disk_type
end

#throughput::Integer

Returns the value of attribute throughput.

Returns:

  • (::Integer)


1146
1147
1148
# File 'sig/types.rbs', line 1146

def throughput
  @throughput
end