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
659 |
# File 'sig/client.rbs', line 659 def access_grant_arn: () -> ::String |
#access_grant_id ⇒ ::String
658 |
# File 'sig/client.rbs', line 658 def access_grant_id: () -> ::String |
#access_grants_location_configuration ⇒ Types::AccessGrantsLocationConfiguration
663 |
# File 'sig/client.rbs', line 663 def access_grants_location_configuration: () -> Types::AccessGrantsLocationConfiguration |
#access_grants_location_id ⇒ ::String
662 |
# File 'sig/client.rbs', line 662 def access_grants_location_id: () -> ::String |
#application_arn ⇒ ::String
665 |
# File 'sig/client.rbs', line 665 def application_arn: () -> ::String |
#created_at ⇒ ::Time
657 |
# File 'sig/client.rbs', line 657 def created_at: () -> ::Time |
#grant_scope ⇒ ::String
664 |
# File 'sig/client.rbs', line 664 def grant_scope: () -> ::String |
#grantee ⇒ Types::Grantee
660 |
# File 'sig/client.rbs', line 660 def grantee: () -> Types::Grantee |
#permission ⇒ "READ", ...
661 |
# File 'sig/client.rbs', line 661 def permission: () -> ("READ" | "WRITE" | "READWRITE") |