Class: Aws::MediaStore::Types::DescribeContainerInput

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

Overview

Note:

When making an API call, you may pass DescribeContainerInput data as a hash:

{
  container_name: "ContainerName",
}

Instance Attribute Summary collapse

Instance Attribute Details

#container_nameString

The name of the container to query.

Returns:

  • (String)


279
280
281
282
# File 'lib/aws-sdk-mediastore/types.rb', line 279

class DescribeContainerInput < Struct.new(
  :container_name)
  include Aws::Structure
end