Class: Aws::Types::CreateAccessGrantsInstanceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccessGrantsInstanceRequest
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
165 166 167 |
# File 'sig/types.rbs', line 165 def account_id @account_id end |
#identity_center_arn ⇒ ::String
Returns the value of attribute identity_center_arn.
166 167 168 |
# File 'sig/types.rbs', line 166 def identity_center_arn @identity_center_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
167 168 169 |
# File 'sig/types.rbs', line 167 def @tags end |