Class: Aws::Types::CreateAccessGrantsLocationResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccessGrantsLocationResult
- 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.
192 193 194 |
# File 'sig/types.rbs', line 192 def access_grants_location_arn @access_grants_location_arn end |
#access_grants_location_id ⇒ ::String
Returns the value of attribute access_grants_location_id.
191 192 193 |
# File 'sig/types.rbs', line 191 def access_grants_location_id @access_grants_location_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
190 191 192 |
# File 'sig/types.rbs', line 190 def created_at @created_at end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
194 195 196 |
# File 'sig/types.rbs', line 194 def iam_role_arn @iam_role_arn end |
#location_scope ⇒ ::String
Returns the value of attribute location_scope.
193 194 195 |
# File 'sig/types.rbs', line 193 def location_scope @location_scope end |