Class: Aws::Types::AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#automated_update_date::String

Returns the value of attribute automated_update_date.

Returns:

  • (::String)


3378
3379
3380
# File 'sig/types.rbs', line 3378

def automated_update_date
  @automated_update_date
end

#cancellableBoolean

Returns the value of attribute cancellable.

Returns:

  • (Boolean)


3379
3380
3381
# File 'sig/types.rbs', line 3379

def cancellable
  @cancellable
end

#current_version::String

Returns the value of attribute current_version.

Returns:

  • (::String)


3380
3381
3382
# File 'sig/types.rbs', line 3380

def current_version
  @current_version
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3381
3382
3383
# File 'sig/types.rbs', line 3381

def description
  @description
end

#new_version::String

Returns the value of attribute new_version.

Returns:

  • (::String)


3382
3383
3384
# File 'sig/types.rbs', line 3382

def new_version
  @new_version
end

#optional_deploymentBoolean

Returns the value of attribute optional_deployment.

Returns:

  • (Boolean)


3385
3386
3387
# File 'sig/types.rbs', line 3385

def optional_deployment
  @optional_deployment
end

#update_availableBoolean

Returns the value of attribute update_available.

Returns:

  • (Boolean)


3383
3384
3385
# File 'sig/types.rbs', line 3383

def update_available
  @update_available
end

#update_status::String

Returns the value of attribute update_status.

Returns:

  • (::String)


3384
3385
3386
# File 'sig/types.rbs', line 3384

def update_status
  @update_status
end