Class: Aws::Types::CrossAccountRole
- Inherits:
-
Object
- Object
- Aws::Types::CrossAccountRole
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cross_account_role_arn ⇒ ::String
Returns the value of attribute cross_account_role_arn.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
Instance Attribute Details
#cross_account_role_arn ⇒ ::String
Returns the value of attribute cross_account_role_arn.
239 240 241 |
# File 'sig/types.rbs', line 239 def cross_account_role_arn @cross_account_role_arn end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
240 241 242 |
# File 'sig/types.rbs', line 240 def external_id @external_id end |