Module: Aws::S3Control::Client::_UpdateAccessGrantsLocationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateAccessGrantsLocationResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #access_grants_location_arn ⇒ ::String
- #access_grants_location_id ⇒ ::String
- #created_at ⇒ ::Time
- #iam_role_arn ⇒ ::String
- #location_scope ⇒ ::String
Instance Method Details
#access_grants_location_arn ⇒ ::String
1599 |
# File 'sig/client.rbs', line 1599
def access_grants_location_arn: () -> ::String
|
#access_grants_location_id ⇒ ::String
1598 |
# File 'sig/client.rbs', line 1598
def access_grants_location_id: () -> ::String
|
#created_at ⇒ ::Time
1597 |
# File 'sig/client.rbs', line 1597
def created_at: () -> ::Time
|
#iam_role_arn ⇒ ::String
1601 |
# File 'sig/client.rbs', line 1601
def iam_role_arn: () -> ::String
|
#location_scope ⇒ ::String
1600 |
# File 'sig/client.rbs', line 1600
def location_scope: () -> ::String
|