Class: Aws::OpenSearchService::Types::StartDomainMaintenanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::StartDomainMaintenanceResponse
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
The result of a StartDomainMaintenance
request that information
about the requested action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#maintenance_id ⇒ String
The request ID of requested action.
Instance Attribute Details
#maintenance_id ⇒ String
The request ID of requested action.
7005 7006 7007 7008 7009 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7005 class StartDomainMaintenanceResponse < Struct.new( :maintenance_id) SENSITIVE = [] include Aws::Structure end |