Class: Aws::Shield::Types::DescribeDRTAccessResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::DescribeDRTAccessResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-shield/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_bucket_list ⇒ Array<String>
The list of Amazon S3 buckets accessed by the SRT.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the role the SRT used to access your Amazon Web Services account.
Instance Attribute Details
#log_bucket_list ⇒ Array<String>
The list of Amazon S3 buckets accessed by the SRT.
730 731 732 733 734 735 |
# File 'lib/aws-sdk-shield/types.rb', line 730 class DescribeDRTAccessResponse < Struct.new( :role_arn, :log_bucket_list) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the role the SRT used to access your Amazon Web Services account.
730 731 732 733 734 735 |
# File 'lib/aws-sdk-shield/types.rb', line 730 class DescribeDRTAccessResponse < Struct.new( :role_arn, :log_bucket_list) SENSITIVE = [] include Aws::Structure end |