Class: Aws::Shield::Types::AssociateDRTLogBucketRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::AssociateDRTLogBucketRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-shield/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_bucket ⇒ String
The Amazon S3 bucket that contains the logs that you want to share.
Instance Attribute Details
#log_bucket ⇒ String
The Amazon S3 bucket that contains the logs that you want to share.
86 87 88 89 90 |
# File 'lib/aws-sdk-shield/types.rb', line 86 class AssociateDRTLogBucketRequest < Struct.new( :log_bucket) SENSITIVE = [] include Aws::Structure end |