Class: Aws::AIOps::Types::CrossAccountConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AIOps::Types::CrossAccountConfiguration
- Defined in:
- gems/aws-sdk-aiops/lib/aws-sdk-aiops/types.rb
Overview
This structure contains information about the cross-account configuration in the account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_role_arn ⇒ String
The ARN of an existing role which will be used to do investigations on your behalf.
Instance Attribute Details
#source_role_arn ⇒ String
The ARN of an existing role which will be used to do investigations on your behalf.
175 176 177 178 179 |
# File 'gems/aws-sdk-aiops/lib/aws-sdk-aiops/types.rb', line 175 class CrossAccountConfiguration < Struct.new( :source_role_arn) SENSITIVE = [] include Aws::Structure end |