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.
4046 4047 4048 4049 4050 4051 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4046 class GetDomainMaintenanceStatusRequest < Struct.new( :domain_name, :maintenance_id) SENSITIVE = [] include Aws::Structure end |
#maintenance_id ⇒ String
The request ID of the maintenance action.
4046 4047 4048 4049 4050 4051 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4046 class GetDomainMaintenanceStatusRequest < Struct.new( :domain_name, :maintenance_id) SENSITIVE = [] include Aws::Structure end |