Class: Aws::ECS::Types::DeploymentEphemeralStorage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DeploymentEphemeralStorage
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
The amount of ephemeral storage to allocate for the deployment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kms_key_id ⇒ String
Specify an Key Management Service key ID to encrypt the ephemeral storage for deployment.
Instance Attribute Details
#kms_key_id ⇒ String
Specify an Key Management Service key ID to encrypt the ephemeral storage for deployment.
4050 4051 4052 4053 4054 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4050 class DeploymentEphemeralStorage < Struct.new( :kms_key_id) SENSITIVE = [] include Aws::Structure end |