Class: Aws::MediaStore::Types::StartAccessLoggingInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaStore::Types::StartAccessLoggingInput
- 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 that you want to start access logging on.
Instance Attribute Details
#container_name ⇒ String
The name of the container that you want to start access logging on.
717 718 719 720 721 |
# File 'lib/aws-sdk-mediastore/types.rb', line 717 class StartAccessLoggingInput < Struct.new( :container_name) SENSITIVE = [] include Aws::Structure end |