Class: Aws::Types::DeleteGrantRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#grant_arn::String

Returns the value of attribute grant_arn.



323
324
325
# File 'sig/types.rbs', line 323

def grant_arn
  @grant_arn
end

#status_reason::String

Returns the value of attribute status_reason.



324
325
326
# File 'sig/types.rbs', line 324

def status_reason
  @status_reason
end

#version::String

Returns the value of attribute version.



325
326
327
# File 'sig/types.rbs', line 325

def version
  @version
end