Class: Aws::Route53Domains::Types::ListOperationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb

Overview

The ListOperations response includes the following elements.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_markerString

If there are more operations than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

Returns:

  • (String)


1999
2000
2001
2002
2003
2004
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 1999

class ListOperationsResponse < Struct.new(
  :operations,
  :next_page_marker)
  SENSITIVE = []
  include Aws::Structure
end

#operationsArray<Types::OperationSummary>

Lists summaries of the operations.

Returns:



1999
2000
2001
2002
2003
2004
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 1999

class ListOperationsResponse < Struct.new(
  :operations,
  :next_page_marker)
  SENSITIVE = []
  include Aws::Structure
end