Class: Aws::OpenSearchService::Types::StartDomainMaintenanceResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#maintenance_idString

The request ID of requested action.

Returns:

  • (String)


5704
5705
5706
5707
5708
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5704

class StartDomainMaintenanceResponse < Struct.new(
  :maintenance_id)
  SENSITIVE = []
  include Aws::Structure
end