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.
2415 2416 2417 |
# File 'sig/types.rbs', line 2415 def encrypted @encrypted end |
#filesystem_type ⇒ "ext3", ...
Returns the value of attribute filesystem_type.
2425 2426 2427 |
# File 'sig/types.rbs', line 2425 def filesystem_type @filesystem_type end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
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.
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.
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.
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.
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.
2423 2424 2425 |
# File 'sig/types.rbs', line 2423 def tag_specifications @tag_specifications end |
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
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.
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.
2417 2418 2419 |
# File 'sig/types.rbs', line 2417 def volume_type @volume_type end |