Class: Aws::Types::ServiceManagedEBSVolumeConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


2415
2416
2417
# File 'sig/types.rbs', line 2415

def encrypted
  @encrypted
end

#filesystem_type"ext3", ...

Returns the value of attribute filesystem_type.

Returns:

  • ("ext3", "ext4", "xfs", "ntfs")


2425
2426
2427
# File 'sig/types.rbs', line 2425

def filesystem_type
  @filesystem_type
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


2421
2422
2423
# File 'sig/types.rbs', line 2421

def iops
  @iops
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


2416
2417
2418
# File 'sig/types.rbs', line 2416

def kms_key_id
  @kms_key_id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2424
2425
2426
# File 'sig/types.rbs', line 2424

def role_arn
  @role_arn
end

#size_in_gi_b::Integer

Returns the value of attribute size_in_gi_b.

Returns:

  • (::Integer)


2418
2419
2420
# File 'sig/types.rbs', line 2418

def size_in_gi_b
  @size_in_gi_b
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


2419
2420
2421
# File 'sig/types.rbs', line 2419

def snapshot_id
  @snapshot_id
end

#tag_specifications::Array[Types::EBSTagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2423
2424
2425
# File 'sig/types.rbs', line 2423

def tag_specifications
  @tag_specifications
end

#throughput::Integer

Returns the value of attribute throughput.

Returns:

  • (::Integer)


2422
2423
2424
# File 'sig/types.rbs', line 2422

def throughput
  @throughput
end

#volume_initialization_rate::Integer

Returns the value of attribute volume_initialization_rate.

Returns:

  • (::Integer)


2420
2421
2422
# File 'sig/types.rbs', line 2420

def volume_initialization_rate
  @volume_initialization_rate
end

#volume_type::String

Returns the value of attribute volume_type.

Returns:

  • (::String)


2417
2418
2419
# File 'sig/types.rbs', line 2417

def volume_type
  @volume_type
end