Class: Aws::Types::UpdateAccessGrantsLocationResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAccessGrantsLocationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_grants_location_arn ⇒ ::String
Returns the value of attribute access_grants_location_arn.
-
#access_grants_location_id ⇒ ::String
Returns the value of attribute access_grants_location_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#location_scope ⇒ ::String
Returns the value of attribute location_scope.
Instance Attribute Details
#access_grants_location_arn ⇒ ::String
Returns the value of attribute access_grants_location_arn.
2107 2108 2109 |
# File 'sig/types.rbs', line 2107 def access_grants_location_arn @access_grants_location_arn end |
#access_grants_location_id ⇒ ::String
Returns the value of attribute access_grants_location_id.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def access_grants_location_id @access_grants_location_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2105 2106 2107 |
# File 'sig/types.rbs', line 2105 def created_at @created_at end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def iam_role_arn @iam_role_arn end |
#location_scope ⇒ ::String
Returns the value of attribute location_scope.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def location_scope @location_scope end |