Class: Aws::Types::RejectGrantResponse

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)


1185
1186
1187
# File 'sig/types.rbs', line 1185

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")


1186
1187
1188
# File 'sig/types.rbs', line 1186

def status
  @status
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


1187
1188
1189
# File 'sig/types.rbs', line 1187

def version
  @version
end