Class: Aws::AIOps::Types::CrossAccountConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#source_role_arnString

The ARN of an existing role which will be used to do investigations on your behalf.

Returns:

  • (String)


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