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)


1586
1587
1588
# File 'sig/types.rbs', line 1586

def device_name
  @device_name
end

#iops ⇒ ::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


1589
1590
1591
# File 'sig/types.rbs', line 1589

def iops
  @iops
end

#is_boot_disk ⇒ Boolean

Returns the value of attribute is_boot_disk.

Returns:

  • (Boolean)


1587
1588
1589
# File 'sig/types.rbs', line 1587

def is_boot_disk
  @is_boot_disk
end

#staging_disk_type ⇒ "AUTO", ...

Returns the value of attribute staging_disk_type.

Returns:

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


1588
1589
1590
# File 'sig/types.rbs', line 1588

def staging_disk_type
  @staging_disk_type
end

#throughput ⇒ ::Integer

Returns the value of attribute throughput.

Returns:

  • (::Integer)


1590
1591
1592
# File 'sig/types.rbs', line 1590

def throughput
  @throughput
end