Module: Aws::S3Control::Client::_GetAccessGrantsLocationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAccessGrantsLocationResult]
- 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
706 |
# File 'sig/client.rbs', line 706
def access_grants_location_arn: () -> ::String
|
#access_grants_location_id ⇒ ::String
705 |
# File 'sig/client.rbs', line 705
def access_grants_location_id: () -> ::String
|
#created_at ⇒ ::Time
704 |
# File 'sig/client.rbs', line 704
def created_at: () -> ::Time
|
#iam_role_arn ⇒ ::String
708 |
# File 'sig/client.rbs', line 708
def iam_role_arn: () -> ::String
|
#location_scope ⇒ ::String
707 |
# File 'sig/client.rbs', line 707
def location_scope: () -> ::String
|