Class: Aws::OpenSearchService::Types::CancelServiceSoftwareUpdateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::CancelServiceSoftwareUpdateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for the request parameters to cancel a service software update.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
Name of the OpenSearch Service domain that you want to cancel the service software update on.
Instance Attribute Details
#domain_name ⇒ String
Name of the OpenSearch Service domain that you want to cancel the service software update on.
1003 1004 1005 1006 1007 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1003 class CancelServiceSoftwareUpdateRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |