Class: Aws::AccountAccess::Types::PrincipalRoleEntitlementDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccountAccess::Types::PrincipalRoleEntitlementDetails
- Defined in:
- gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb
Overview
Contains detailed information about a principal-to-role entitlement, including the target account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account ⇒ String
The 12-digit Amazon Web Services account ID where the IAM role resides.
-
#account_name ⇒ String
The friendly name of the Amazon Web Services account where the IAM role resides.
-
#principal ⇒ Types::Principal
The principal (user or group) that is granted access to assume the IAM role.
-
#role_arn ⇒ String
The ARN of the IAM role that the principal can assume.
Instance Attribute Details
#account ⇒ String
The 12-digit Amazon Web Services account ID where the IAM role resides.
758 759 760 761 762 763 764 765 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 758 class PrincipalRoleEntitlementDetails < Struct.new( :principal, :role_arn, :account, :account_name) SENSITIVE = [] include Aws::Structure end |
#account_name ⇒ String
The friendly name of the Amazon Web Services account where the IAM role resides.
758 759 760 761 762 763 764 765 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 758 class PrincipalRoleEntitlementDetails < Struct.new( :principal, :role_arn, :account, :account_name) SENSITIVE = [] include Aws::Structure end |
#principal ⇒ Types::Principal
The principal (user or group) that is granted access to assume the IAM role.
758 759 760 761 762 763 764 765 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 758 class PrincipalRoleEntitlementDetails < Struct.new( :principal, :role_arn, :account, :account_name) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of the IAM role that the principal can assume.
758 759 760 761 762 763 764 765 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 758 class PrincipalRoleEntitlementDetails < Struct.new( :principal, :role_arn, :account, :account_name) SENSITIVE = [] include Aws::Structure end |