Module: Aws::S3Control::Client::_CreateAccessGrantResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CreateAccessGrantResult]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#access_grant_arn::String

Returns:

  • (::String)


93
# File 'sig/client.rbs', line 93

def access_grant_arn: () -> ::String

#access_grant_id::String

Returns:

  • (::String)


92
# File 'sig/client.rbs', line 92

def access_grant_id: () -> ::String

#access_grants_location_configurationTypes::AccessGrantsLocationConfiguration



96
# File 'sig/client.rbs', line 96

def access_grants_location_configuration: () -> Types::AccessGrantsLocationConfiguration

#access_grants_location_id::String

Returns:

  • (::String)


95
# File 'sig/client.rbs', line 95

def access_grants_location_id: () -> ::String

#application_arn::String

Returns:

  • (::String)


98
# File 'sig/client.rbs', line 98

def application_arn: () -> ::String

#created_at::Time

Returns:

  • (::Time)


91
# File 'sig/client.rbs', line 91

def created_at: () -> ::Time

#grant_scope::String

Returns:

  • (::String)


99
# File 'sig/client.rbs', line 99

def grant_scope: () -> ::String

#granteeTypes::Grantee

Returns:



94
# File 'sig/client.rbs', line 94

def grantee: () -> Types::Grantee

#permission"READ", ...

Returns:

  • ("READ", "WRITE", "READWRITE")


97
# File 'sig/client.rbs', line 97

def permission: () -> ("READ" | "WRITE" | "READWRITE")