class Aws::OpenSearchService::Types::ListInstanceTypeDetailsRequest

@note When making an API call, you may pass ListInstanceTypeDetailsRequest

data as a hash:

    {
      engine_version: "VersionString", # required
      domain_name: "DomainName",
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] engine_version

@return [String]

@!attribute [rw] domain_name

The name of an domain. Domain names are unique across the domains
owned by an account within an AWS region. Domain names start with a
letter or number and can contain the following characters: a-z
(lowercase), 0-9, and - (hyphen).
@return [String]

@!attribute [rw] max_results

Set this value to limit the number of results returned.
@return [Integer]

@!attribute [rw] next_token

Paginated APIs accept the NextToken input to return the next page of
results and provide a NextToken output in the response, which you
can use to retrieve more results.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/ListInstanceTypeDetailsRequest AWS API Documentation

Constants

SENSITIVE