Class: Aws::Types::ListOperationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListOperationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#sort_by ⇒ "SubmittedDate"
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
-
#status ⇒ ::Array[("SUBMITTED" | "IN_PROGRESS" | "ERROR" | "SUCCESSFUL" | "FAILED")]
Returns the value of attribute status.
-
#submitted_since ⇒ ::Time
Returns the value of attribute submitted_since.
-
#type ⇒ ::Array[("REGISTER_DOMAIN" | "DELETE_DOMAIN" | "TRANSFER_IN_DOMAIN" | "UPDATE_DOMAIN_CONTACT" | "UPDATE_NAMESERVER" | "CHANGE_PRIVACY_PROTECTION" | "DOMAIN_LOCK" | "ENABLE_AUTORENEW" | "DISABLE_AUTORENEW" | "ADD_DNSSEC" | "REMOVE_DNSSEC" | "EXPIRE_DOMAIN" | "TRANSFER_OUT_DOMAIN" | "CHANGE_DOMAIN_OWNER" | "RENEW_DOMAIN" | "PUSH_DOMAIN" | "INTERNAL_TRANSFER_OUT_DOMAIN" | "INTERNAL_TRANSFER_IN_DOMAIN" | "RELEASE_TO_GANDI" | "TRANSFER_ON_RENEW" | "RESTORE_DOMAIN")]
Returns the value of attribute type.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
335 336 337 |
# File 'sig/types.rbs', line 335 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
336 337 338 |
# File 'sig/types.rbs', line 336 def max_items @max_items end |
#sort_by ⇒ "SubmittedDate"
Returns the value of attribute sort_by.
339 340 341 |
# File 'sig/types.rbs', line 339 def sort_by @sort_by end |
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
340 341 342 |
# File 'sig/types.rbs', line 340 def sort_order @sort_order end |
#status ⇒ ::Array[("SUBMITTED" | "IN_PROGRESS" | "ERROR" | "SUCCESSFUL" | "FAILED")]
Returns the value of attribute status.
337 338 339 |
# File 'sig/types.rbs', line 337 def status @status end |
#submitted_since ⇒ ::Time
Returns the value of attribute submitted_since.
334 335 336 |
# File 'sig/types.rbs', line 334 def submitted_since @submitted_since end |
#type ⇒ ::Array[("REGISTER_DOMAIN" | "DELETE_DOMAIN" | "TRANSFER_IN_DOMAIN" | "UPDATE_DOMAIN_CONTACT" | "UPDATE_NAMESERVER" | "CHANGE_PRIVACY_PROTECTION" | "DOMAIN_LOCK" | "ENABLE_AUTORENEW" | "DISABLE_AUTORENEW" | "ADD_DNSSEC" | "REMOVE_DNSSEC" | "EXPIRE_DOMAIN" | "TRANSFER_OUT_DOMAIN" | "CHANGE_DOMAIN_OWNER" | "RENEW_DOMAIN" | "PUSH_DOMAIN" | "INTERNAL_TRANSFER_OUT_DOMAIN" | "INTERNAL_TRANSFER_IN_DOMAIN" | "RELEASE_TO_GANDI" | "TRANSFER_ON_RENEW" | "RESTORE_DOMAIN")]
Returns the value of attribute type.
338 339 340 |
# File 'sig/types.rbs', line 338 def type @type end |