Class: Aws::OpenSearchService::Types::CancelDomainConfigChangeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::CancelDomainConfigChangeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cancelled_change_ids ⇒ Array<String>
The unique identifiers of the changes that were cancelled.
-
#cancelled_change_properties ⇒ Array<Types::CancelledChangeProperty>
The domain change properties that were cancelled.
-
#dry_run ⇒ Boolean
Whether or not the request was a dry run.
Instance Attribute Details
#cancelled_change_ids ⇒ Array<String>
The unique identifiers of the changes that were cancelled.
940 941 942 943 944 945 946 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 940 class CancelDomainConfigChangeResponse < Struct.new( :cancelled_change_ids, :cancelled_change_properties, :dry_run) SENSITIVE = [] include Aws::Structure end |
#cancelled_change_properties ⇒ Array<Types::CancelledChangeProperty>
The domain change properties that were cancelled.
940 941 942 943 944 945 946 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 940 class CancelDomainConfigChangeResponse < Struct.new( :cancelled_change_ids, :cancelled_change_properties, :dry_run) SENSITIVE = [] include Aws::Structure end |
#dry_run ⇒ Boolean
Whether or not the request was a dry run. If ‘True`, the changes were not actually cancelled.
940 941 942 943 944 945 946 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 940 class CancelDomainConfigChangeResponse < Struct.new( :cancelled_change_ids, :cancelled_change_properties, :dry_run) SENSITIVE = [] include Aws::Structure end |