Class: Aws::Types::DescribeCrossAccountAccessRoleResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCrossAccountAccessRoleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#registered_at ⇒ ::Time
Returns the value of attribute registered_at.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#valid ⇒ Boolean
Returns the value of attribute valid.
Instance Attribute Details
#registered_at ⇒ ::Time
Returns the value of attribute registered_at.
274 275 276 |
# File 'sig/types.rbs', line 274 def registered_at @registered_at end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
272 273 274 |
# File 'sig/types.rbs', line 272 def role_arn @role_arn end |
#valid ⇒ Boolean
Returns the value of attribute valid.
273 274 275 |
# File 'sig/types.rbs', line 273 def valid @valid end |