Class: Aws::Types::CreateGrantResponse

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:



140
141
142
# File 'sig/types.rbs', line 140

def grant_arn
  @grant_arn
end

#status"PENDING_WORKFLOW", ...

Returns the value of attribute status.

Returns:



141
142
143
# File 'sig/types.rbs', line 141

def status
  @status
end

#version::String

Returns the value of attribute version.

Returns:



142
143
144
# File 'sig/types.rbs', line 142

def version
  @version
end