Class: Aws::ElasticsearchService::Types::CancelDomainConfigChangeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::CancelDomainConfigChangeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for parameters of the ‘CancelDomainConfigChange` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
Name of the OpenSearch Service domain configuration request to cancel.
-
#dry_run ⇒ Boolean
When set to True, returns the list of change IDs and properties that will be cancelled without actually cancelling the change.
Instance Attribute Details
#domain_name ⇒ String
Name of the OpenSearch Service domain configuration request to cancel.
556 557 558 559 560 561 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 556 class CancelDomainConfigChangeRequest < Struct.new( :domain_name, :dry_run) SENSITIVE = [] include Aws::Structure end |
#dry_run ⇒ Boolean
When set to True, returns the list of change IDs and properties that will be cancelled without actually cancelling the change.
556 557 558 559 560 561 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 556 class CancelDomainConfigChangeRequest < Struct.new( :domain_name, :dry_run) SENSITIVE = [] include Aws::Structure end |