Class: Aws::Types::AwsElasticsearchDomainServiceSoftwareOptions

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)


2650
2651
2652
# File 'sig/types.rbs', line 2650

def automated_update_date
  @automated_update_date
end

#cancellableBoolean

Returns the value of attribute cancellable.

Returns:

  • (Boolean)


2651
2652
2653
# File 'sig/types.rbs', line 2651

def cancellable
  @cancellable
end

#current_version::String

Returns the value of attribute current_version.

Returns:

  • (::String)


2652
2653
2654
# File 'sig/types.rbs', line 2652

def current_version
  @current_version
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2653
2654
2655
# File 'sig/types.rbs', line 2653

def description
  @description
end

#new_version::String

Returns the value of attribute new_version.

Returns:

  • (::String)


2654
2655
2656
# File 'sig/types.rbs', line 2654

def new_version
  @new_version
end

#update_availableBoolean

Returns the value of attribute update_available.

Returns:

  • (Boolean)


2655
2656
2657
# File 'sig/types.rbs', line 2655

def update_available
  @update_available
end

#update_status::String

Returns the value of attribute update_status.

Returns:

  • (::String)


2656
2657
2658
# File 'sig/types.rbs', line 2656

def update_status
  @update_status
end