Module: Aws::S3Control::Client::_CreateAccessGrantResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAccessGrantResult]
- 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
93 |
# File 'sig/client.rbs', line 93 def access_grant_arn: () -> ::String |
#access_grant_id ⇒ ::String
92 |
# File 'sig/client.rbs', line 92 def access_grant_id: () -> ::String |
#access_grants_location_configuration ⇒ Types::AccessGrantsLocationConfiguration
96 |
# File 'sig/client.rbs', line 96 def access_grants_location_configuration: () -> Types::AccessGrantsLocationConfiguration |
#access_grants_location_id ⇒ ::String
95 |
# File 'sig/client.rbs', line 95 def access_grants_location_id: () -> ::String |
#application_arn ⇒ ::String
98 |
# File 'sig/client.rbs', line 98 def application_arn: () -> ::String |
#created_at ⇒ ::Time
91 |
# File 'sig/client.rbs', line 91 def created_at: () -> ::Time |
#grant_scope ⇒ ::String
99 |
# File 'sig/client.rbs', line 99 def grant_scope: () -> ::String |
#grantee ⇒ Types::Grantee
94 |
# File 'sig/client.rbs', line 94 def grantee: () -> Types::Grantee |
#permission ⇒ "READ", ...
97 |
# File 'sig/client.rbs', line 97 def permission: () -> ("READ" | "WRITE" | "READWRITE") |