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.
2560 2561 2562 2563 2564 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2560 class DescribeDomainRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |