Class: Aws::Shield::Types::DisassociateDRTLogBucketRequest

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)


869
870
871
872
873
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 869

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