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)


2399
2400
2401
# File 'sig/types.rbs', line 2399

def encrypted
  @encrypted
end

#filesystem_type"ext3", ...

Returns the value of attribute filesystem_type.

Returns:

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


2409
2410
2411
# File 'sig/types.rbs', line 2409

def filesystem_type
  @filesystem_type
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


2405
2406
2407
# File 'sig/types.rbs', line 2405

def iops
  @iops
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


2400
2401
2402
# File 'sig/types.rbs', line 2400

def kms_key_id
  @kms_key_id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2408
2409
2410
# File 'sig/types.rbs', line 2408

def role_arn
  @role_arn
end

#size_in_gi_b::Integer

Returns the value of attribute size_in_gi_b.

Returns:

  • (::Integer)


2402
2403
2404
# File 'sig/types.rbs', line 2402

def size_in_gi_b
  @size_in_gi_b
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


2403
2404
2405
# File 'sig/types.rbs', line 2403

def snapshot_id
  @snapshot_id
end

#tag_specifications::Array[Types::EBSTagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2407
2408
2409
# File 'sig/types.rbs', line 2407

def tag_specifications
  @tag_specifications
end

#throughput::Integer

Returns the value of attribute throughput.

Returns:

  • (::Integer)


2406
2407
2408
# File 'sig/types.rbs', line 2406

def throughput
  @throughput
end

#volume_initialization_rate::Integer

Returns the value of attribute volume_initialization_rate.

Returns:

  • (::Integer)


2404
2405
2406
# File 'sig/types.rbs', line 2404

def volume_initialization_rate
  @volume_initialization_rate
end

#volume_type::String

Returns the value of attribute volume_type.

Returns:

  • (::String)


2401
2402
2403
# File 'sig/types.rbs', line 2401

def volume_type
  @volume_type
end