Class: Aws::Shield::Types::AssociateDRTRoleRequest

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

#role_arnString

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 managed policy to this role. For more information see Attaching and Detaching IAM Policies.

Returns:

  • (String)


112
113
114
115
116
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 112

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