Class: Aws::Resiliencehubv2::Types::CrossAccountRole
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::CrossAccountRole
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Specifies a cross-account IAM role ARN and optional external ID.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cross_account_role_arn ⇒ String
ARN of the IAM Role for the profile.
-
#external_id ⇒ String
The external ID used for assuming the cross-account role.
Instance Attribute Details
#cross_account_role_arn ⇒ String
ARN of the IAM Role for the profile. Null if the permission profile is the ‘Admin’ profile.
762 763 764 765 766 767 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 762 class CrossAccountRole < Struct.new( :cross_account_role_arn, :external_id) SENSITIVE = [] include Aws::Structure end |
#external_id ⇒ String
The external ID used for assuming the cross-account role.
762 763 764 765 766 767 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 762 class CrossAccountRole < Struct.new( :cross_account_role_arn, :external_id) SENSITIVE = [] include Aws::Structure end |