You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Route53Domains::Types::ListOperationsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListOperationsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  submitted_since: Time.now,
  marker: "PageMarker",
  max_items: 1,
}

The ListOperations request includes the following elements.

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems, you can use Marker to return additional operations. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

Returns:

  • (String)

    For an initial request for a list of operations, omit this element.

#max_itemsInteger

Number of domains to be returned.

Default: 20

Returns:

  • (Integer)

    Number of domains to be returned.

#submitted_sinceTime

An optional parameter that lets you get information about all the operations that you submitted after a specified date and time. Specify the date and time in Unix time format and Coordinated Universal time (UTC).

Returns:

  • (Time)

    An optional parameter that lets you get information about all the operations that you submitted after a specified date and time.