Module: Aws::S3Control::Client::_GetAccessGrantResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAccessGrantResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #access_grant_arn ⇒ ::String
- #access_grant_id ⇒ ::String
- #access_grants_location_configuration ⇒ Types::AccessGrantsLocationConfiguration
- #access_grants_location_id ⇒ ::String
- #application_arn ⇒ ::String
- #created_at ⇒ ::Time
- #grant_scope ⇒ ::String
- #grantee ⇒ Types::Grantee
- #permission ⇒ "READ", ...
Instance Method Details
#access_grant_arn ⇒ ::String
648 |
# File 'sig/client.rbs', line 648
def access_grant_arn: () -> ::String
|
#access_grant_id ⇒ ::String
647 |
# File 'sig/client.rbs', line 647
def access_grant_id: () -> ::String
|
#access_grants_location_configuration ⇒ Types::AccessGrantsLocationConfiguration
652 |
# File 'sig/client.rbs', line 652
def access_grants_location_configuration: () -> Types::AccessGrantsLocationConfiguration
|
#access_grants_location_id ⇒ ::String
651 |
# File 'sig/client.rbs', line 651
def access_grants_location_id: () -> ::String
|
#application_arn ⇒ ::String
654 |
# File 'sig/client.rbs', line 654
def application_arn: () -> ::String
|
#created_at ⇒ ::Time
646 |
# File 'sig/client.rbs', line 646
def created_at: () -> ::Time
|
#grant_scope ⇒ ::String
653 |
# File 'sig/client.rbs', line 653
def grant_scope: () -> ::String
|
#permission ⇒ "READ", ...
650 |
# File 'sig/client.rbs', line 650
def permission: () -> ("READ" | "WRITE" | "READWRITE")
|