Class: Aws::OpenSearchService::Types::GetDomainMaintenanceStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::GetDomainMaintenanceStatusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for the parameters to the ‘GetDomainMaintenanceStatus` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The name of the domain.
-
#maintenance_id ⇒ String
The request ID of the maintenance action.
Instance Attribute Details
#domain_name ⇒ String
The name of the domain.
4251 4252 4253 4254 4255 4256 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4251 class GetDomainMaintenanceStatusRequest < Struct.new( :domain_name, :maintenance_id) SENSITIVE = [] include Aws::Structure end |
#maintenance_id ⇒ String
The request ID of the maintenance action.
4251 4252 4253 4254 4255 4256 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4251 class GetDomainMaintenanceStatusRequest < Struct.new( :domain_name, :maintenance_id) SENSITIVE = [] include Aws::Structure end |