Class: Aws::OpenSearchService::Types::DescribeDomainHealthRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DescribeDomainHealthRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for the parameters to the ‘DescribeDomainHealth` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The name of the domain.
Instance Attribute Details
#domain_name ⇒ String
The name of the domain.
2331 2332 2333 2334 2335 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2331 class DescribeDomainHealthRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |