Class: Aws::Types::ReceivedMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_operations::Array[("CreateGrant" | "CheckoutLicense" | "CheckoutBorrowLicense" | "CheckInLicense" | "ExtendConsumptionLicense" | "ListPurchasedLicenses" | "CreateToken")]

Returns the value of attribute allowed_operations.

Returns:

  • (::Array[("CreateGrant" | "CheckoutLicense" | "CheckoutBorrowLicense" | "CheckInLicense" | "ExtendConsumptionLicense" | "ListPurchasedLicenses" | "CreateToken")])


1164
1165
1166
# File 'sig/types.rbs', line 1164

def allowed_operations
  @allowed_operations
end

#received_status"PENDING_WORKFLOW", ...

Returns the value of attribute received_status.

Returns:

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


1162
1163
1164
# File 'sig/types.rbs', line 1162

def received_status
  @received_status
end

#received_status_reason::String

Returns the value of attribute received_status_reason.

Returns:

  • (::String)


1163
1164
1165
# File 'sig/types.rbs', line 1163

def received_status_reason
  @received_status_reason
end