Class: Aws::Types::AcceptGrantResponse

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:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def grant_arn
  @grant_arn
end

#status"PENDING_WORKFLOW", ...

Returns the value of attribute status.

Returns:

  • ("PENDING_WORKFLOW", "PENDING_ACCEPT", "REJECTED", "ACTIVE", "FAILED_WORKFLOW", "DELETED", "PENDING_DELETE", "DISABLED", "WORKFLOW_COMPLETED")


18
19
20
# File 'sig/types.rbs', line 18

def status
  @status
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def version
  @version
end