Class: Aws::Shield::Types::AssociateDRTLogBucketRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_bucketString

The Amazon S3 bucket that contains the logs that you want to share.

Returns:

  • (String)


86
87
88
89
90
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 86

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