Class: Aws::SecurityLake::Types::AwsIdentity
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::AwsIdentity
- 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
-
#external_id ⇒ String
The external ID used to establish trust relationship with the Amazon Web Services identity.
-
#principal ⇒ String
The Amazon Web Services identity principal.
Instance Attribute Details
#external_id ⇒ String
The external ID used to establish trust relationship with the Amazon Web Services identity.
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 |
#principal ⇒ String
The Amazon Web Services identity principal.
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 |