Class: Aws::Types::CreateAccessGrantsLocationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccessGrantsLocationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#location_scope ⇒ ::String
Returns the value of attribute location_scope.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
182 183 184 |
# File 'sig/types.rbs', line 182 def account_id @account_id end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
184 185 186 |
# File 'sig/types.rbs', line 184 def iam_role_arn @iam_role_arn end |
#location_scope ⇒ ::String
Returns the value of attribute location_scope.
183 184 185 |
# File 'sig/types.rbs', line 183 def location_scope @location_scope end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
185 186 187 |
# File 'sig/types.rbs', line 185 def end |