Class: Aws::OpenSearchService::Types::DescribeDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DescribeDomainRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for the parameters to the ‘DescribeDomain` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The name of the domain that you want information about.
Instance Attribute Details
#domain_name ⇒ String
The name of the domain that you want information about.
2482 2483 2484 2485 2486 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2482 class DescribeDomainRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |