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

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

Overview

The AWS identity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#external_idString

The external ID used to estalish trust relationship with the AWS identity.

Returns:

  • (String)


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

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

#principalString

The AWS identity principal.

Returns:

  • (String)


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

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