Class: Aws::Types::ListOperationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:



335
336
337
# File 'sig/types.rbs', line 335

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



337
338
339
# File 'sig/types.rbs', line 337

def status
  @status
end

#submitted_since::Time

Returns the value of attribute submitted_since.

Returns:



334
335
336
# File 'sig/types.rbs', line 334

def 
  @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.

Returns:



338
339
340
# File 'sig/types.rbs', line 338

def type
  @type
end