Class: Aws::OpenSearchService::Types::ListDomainMaintenancesRequest

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

Overview

Container for the parameters to the ListDomainMaintenances operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The name of the action.

Returns:

  • (String)


4025
4026
4027
4028
4029
4030
4031
4032
4033
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4025

class ListDomainMaintenancesRequest < Struct.new(
  :domain_name,
  :action,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The name of the domain.

Returns:

  • (String)


4025
4026
4027
4028
4029
4030
4031
4032
4033
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4025

class ListDomainMaintenancesRequest < Struct.new(
  :domain_name,
  :action,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results.

Returns:

  • (Integer)


4025
4026
4027
4028
4029
4030
4031
4032
4033
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4025

class ListDomainMaintenancesRequest < Struct.new(
  :domain_name,
  :action,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If your initial ListDomainMaintenances operation returns a nextToken, include the returned nextToken in subsequent ListDomainMaintenances operations, which returns results in the next page.

Returns:

  • (String)


4025
4026
4027
4028
4029
4030
4031
4032
4033
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4025

class ListDomainMaintenancesRequest < Struct.new(
  :domain_name,
  :action,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the action.

Returns:

  • (String)


4025
4026
4027
4028
4029
4030
4031
4032
4033
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4025

class ListDomainMaintenancesRequest < Struct.new(
  :domain_name,
  :action,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end