Class: Aws::MediaStore::Types::DeleteContainerInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaStore::Types::DeleteContainerInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediastore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_name ⇒ String
The name of the container to delete.
Instance Attribute Details
#container_name ⇒ String
The name of the container to delete.
237 238 239 240 241 |
# File 'lib/aws-sdk-mediastore/types.rb', line 237 class DeleteContainerInput < Struct.new( :container_name) SENSITIVE = [] include Aws::Structure end |