Module: Aws::S3Control::Client::_CreateAccessGrantsLocationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAccessGrantsLocationResult]
- 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
150 |
# File 'sig/client.rbs', line 150
def access_grants_location_arn: () -> ::String
|
#access_grants_location_id ⇒ ::String
149 |
# File 'sig/client.rbs', line 149
def access_grants_location_id: () -> ::String
|
#created_at ⇒ ::Time
148 |
# File 'sig/client.rbs', line 148
def created_at: () -> ::Time
|
#iam_role_arn ⇒ ::String
152 |
# File 'sig/client.rbs', line 152
def iam_role_arn: () -> ::String
|
#location_scope ⇒ ::String
151 |
# File 'sig/client.rbs', line 151
def location_scope: () -> ::String
|