Class: Aws::Types::ReceivedMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ReceivedMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_operations ⇒ ::Array[("CreateGrant" | "CheckoutLicense" | "CheckoutBorrowLicense" | "CheckInLicense" | "ExtendConsumptionLicense" | "ListPurchasedLicenses" | "CreateToken")]
Returns the value of attribute allowed_operations.
-
#received_status ⇒ "PENDING_WORKFLOW", ...
Returns the value of attribute received_status.
-
#received_status_reason ⇒ ::String
Returns the value of attribute received_status_reason.
Instance Attribute Details
#allowed_operations ⇒ ::Array[("CreateGrant" | "CheckoutLicense" | "CheckoutBorrowLicense" | "CheckInLicense" | "ExtendConsumptionLicense" | "ListPurchasedLicenses" | "CreateToken")]
Returns the value of attribute allowed_operations.
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.
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.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def received_status_reason @received_status_reason end |