Class: Aws::Shield::Types::DescribeDRTAccessResponse

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_bucket_listArray<String>

The list of Amazon S3 buckets accessed by the SRT.

Returns:

  • (Array<String>)


730
731
732
733
734
735
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 730

class DescribeDRTAccessResponse < Struct.new(
  :role_arn,
  :log_bucket_list)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the role the SRT used to access your Amazon Web Services account.

Returns:

  • (String)


730
731
732
733
734
735
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 730

class DescribeDRTAccessResponse < Struct.new(
  :role_arn,
  :log_bucket_list)
  SENSITIVE = []
  include Aws::Structure
end