Class: Aws::Types::ServiceManagedEBSVolumeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ServiceManagedEBSVolumeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
-
#filesystem_type ⇒ "ext3", ...
Returns the value of attribute filesystem_type.
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#size_in_gi_b ⇒ ::Integer
Returns the value of attribute size_in_gi_b.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#tag_specifications ⇒ ::Array[Types::EBSTagSpecification]
Returns the value of attribute tag_specifications.
-
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
-
#volume_initialization_rate ⇒ ::Integer
Returns the value of attribute volume_initialization_rate.
-
#volume_type ⇒ ::String
Returns the value of attribute volume_type.
Instance Attribute Details
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
2399 2400 2401 |
# File 'sig/types.rbs', line 2399 def encrypted @encrypted end |
#filesystem_type ⇒ "ext3", ...
Returns the value of attribute filesystem_type.
2409 2410 2411 |
# File 'sig/types.rbs', line 2409 def filesystem_type @filesystem_type end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
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.
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.
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.
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.
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.
2407 2408 2409 |
# File 'sig/types.rbs', line 2407 def tag_specifications @tag_specifications end |
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
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.
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.
2401 2402 2403 |
# File 'sig/types.rbs', line 2401 def volume_type @volume_type end |