Class: Aws::OpenSearchService::Types::ListDomainMaintenancesResponse

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

Overview

The result of a ListDomainMaintenances request that contains information about the requested actions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_maintenancesArray<Types::DomainMaintenanceDetails>

A list of the submitted maintenance actions.



4051
4052
4053
4054
4055
4056
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4051

class ListDomainMaintenancesResponse < Struct.new(
  :domain_maintenances,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.

Returns:

  • (String)


4051
4052
4053
4054
4055
4056
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4051

class ListDomainMaintenancesResponse < Struct.new(
  :domain_maintenances,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end