Class: Aws::Types::TaskEphemeralStorage
- Inherits:
-
Object
- Object
- Aws::Types::TaskEphemeralStorage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#size_in_gi_b ⇒ ::Integer
Returns the value of attribute size_in_gi_b.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
2702 2703 2704 |
# File 'sig/types.rbs', line 2702 def kms_key_id @kms_key_id end |
#size_in_gi_b ⇒ ::Integer
Returns the value of attribute size_in_gi_b.
2701 2702 2703 |
# File 'sig/types.rbs', line 2701 def size_in_gi_b @size_in_gi_b end |