Class: Aws::OpenSearchService::Types::StartDomainMaintenanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::StartDomainMaintenanceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for the parameters to the ‘StartDomainMaintenance` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The name of the action.
-
#domain_name ⇒ String
The name of the domain.
-
#node_id ⇒ String
The ID of the data node.
Instance Attribute Details
#action ⇒ String
The name of the action.
6728 6729 6730 6731 6732 6733 6734 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6728 class StartDomainMaintenanceRequest < Struct.new( :domain_name, :action, :node_id) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the domain.
6728 6729 6730 6731 6732 6733 6734 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6728 class StartDomainMaintenanceRequest < Struct.new( :domain_name, :action, :node_id) SENSITIVE = [] include Aws::Structure end |
#node_id ⇒ String
The ID of the data node.
6728 6729 6730 6731 6732 6733 6734 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6728 class StartDomainMaintenanceRequest < Struct.new( :domain_name, :action, :node_id) SENSITIVE = [] include Aws::Structure end |