Class: Aws::Route53Domains::Types::ListOperationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::ListOperationsResponse
- 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
-
#next_page_marker ⇒ String
If there are more operations than you specified for
MaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
. -
#operations ⇒ Array<Types::OperationSummary>
Lists summaries of the operations.
Instance Attribute Details
#next_page_marker ⇒ String
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
.
1989 1990 1991 1992 1993 1994 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 1989 class ListOperationsResponse < Struct.new( :operations, :next_page_marker) SENSITIVE = [] include Aws::Structure end |
#operations ⇒ Array<Types::OperationSummary>
Lists summaries of the operations.
1989 1990 1991 1992 1993 1994 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 1989 class ListOperationsResponse < Struct.new( :operations, :next_page_marker) SENSITIVE = [] include Aws::Structure end |