Class: Aws::SecurityLake::Types::AwsIdentity

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securitylake/types.rb

Overview

The Amazon Web Services identity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#external_idString

The external ID used to establish trust relationship with the Amazon Web Services identity.

Returns:

  • (String)


50
51
52
53
54
55
# File 'lib/aws-sdk-securitylake/types.rb', line 50

class AwsIdentity < Struct.new(
  :external_id,
  :principal)
  SENSITIVE = []
  include Aws::Structure
end

#principalString

The Amazon Web Services identity principal.

Returns:

  • (String)


50
51
52
53
54
55
# File 'lib/aws-sdk-securitylake/types.rb', line 50

class AwsIdentity < Struct.new(
  :external_id,
  :principal)
  SENSITIVE = []
  include Aws::Structure
end