Class: Aws::Types::CreateGrantVersionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#grant_arn::String

Returns the value of attribute grant_arn.

Returns:



159
160
161
# File 'sig/types.rbs', line 159

def grant_arn
  @grant_arn
end

#status"PENDING_WORKFLOW", ...

Returns the value of attribute status.

Returns:



160
161
162
# File 'sig/types.rbs', line 160

def status
  @status
end

#version::String

Returns the value of attribute version.

Returns:



161
162
163
# File 'sig/types.rbs', line 161

def version
  @version
end