Class: Aws::MediaStore::Types::DeleteContainerInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#container_nameString

The name of the container to delete.

Returns:

  • (String)


237
238
239
240
241
# File 'gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/types.rb', line 237

class DeleteContainerInput < Struct.new(
  :container_name)
  SENSITIVE = []
  include Aws::Structure
end