Class: Aws::MediaStore::Types::StopAccessLoggingInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 that you want to stop access logging on.

Returns:

  • (String)


733
734
735
736
737
# File 'lib/aws-sdk-mediastore/types.rb', line 733

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