Class: Aws::Types::ListCallerAccessGrantsEntry

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#application_arn::String

Returns the value of attribute application_arn.

Returns:



1220
1221
1222
# File 'sig/types.rbs', line 1220

def application_arn
  @application_arn
end

#grant_scope::String

Returns the value of attribute grant_scope.

Returns:



1219
1220
1221
# File 'sig/types.rbs', line 1219

def grant_scope
  @grant_scope
end

#permission"READ", ...

Returns the value of attribute permission.

Returns:



1218
1219
1220
# File 'sig/types.rbs', line 1218

def permission
  @permission
end