Method: Aws::SecurityHub::Types::AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails#new_version
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#new_version ⇒ String
The most recent version of the service software.
15186 15187 15188 15189 15190 15191 15192 15193 15194 15195 15196 15197 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15186 class AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails < Struct.new( :automated_update_date, :cancellable, :current_version, :description, :new_version, :update_available, :update_status, :optional_deployment) SENSITIVE = [] include Aws::Structure end |