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.
2718 2719 2720 |
# File 'sig/types.rbs', line 2718 def kms_key_id @kms_key_id end |
#size_in_gi_b ⇒ ::Integer
Returns the value of attribute size_in_gi_b.
2717 2718 2719 |
# File 'sig/types.rbs', line 2717 def size_in_gi_b @size_in_gi_b end |