Class: Aws::OpenSearchService::Types::GetUpgradeStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::GetUpgradeStatusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for the request parameters to the ‘GetUpgradeStatus` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The domain of the domain to get upgrade status information for.
Instance Attribute Details
#domain_name ⇒ String
The domain of the domain to get upgrade status information for.
3785 3786 3787 3788 3789 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3785 class GetUpgradeStatusRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |