Class: Aws::Types::AssociateAccessGrantsIdentityCenterRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateAccessGrantsIdentityCenterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#identity_center_arn ⇒ ::String
Returns the value of attribute identity_center_arn.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
71 72 73 |
# File 'sig/types.rbs', line 71 def account_id @account_id end |
#identity_center_arn ⇒ ::String
Returns the value of attribute identity_center_arn.
72 73 74 |
# File 'sig/types.rbs', line 72 def identity_center_arn @identity_center_arn end |