Class: Aws::Shield::Types::AssociateDRTRoleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::AssociateDRTRoleRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-shield/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the role the SRT will use to access your Amazon Web Services account.
Instance Attribute Details
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the role the SRT will use to access your Amazon Web Services account.
Prior to making the ‘AssociateDRTRole` request, you must attach the
- AWSShieldDRTAccessPolicy][1
-
managed policy to this role. For more
information see [Attaching and Detaching IAM Policies]( docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_manage-attach-detach.html).
112 113 114 115 116 |
# File 'lib/aws-sdk-shield/types.rb', line 112 class AssociateDRTRoleRequest < Struct.new( :role_arn) SENSITIVE = [] include Aws::Structure end |