Class: Aws::Types::ServiceUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute auto_update_after_recommended_apply_by_date.

Returns:

  • (Boolean)


1739
1740
1741
# File 'sig/types.rbs', line 1739

def auto_update_after_recommended_apply_by_date
  @auto_update_after_recommended_apply_by_date
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


1737
1738
1739
# File 'sig/types.rbs', line 1737

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


1738
1739
1740
# File 'sig/types.rbs', line 1738

def engine_version
  @engine_version
end

#estimated_update_time::String

Returns the value of attribute estimated_update_time.

Returns:

  • (::String)


1740
1741
1742
# File 'sig/types.rbs', line 1740

def estimated_update_time
  @estimated_update_time
end

#service_update_description::String

Returns the value of attribute service_update_description.

Returns:

  • (::String)


1735
1736
1737
# File 'sig/types.rbs', line 1735

def service_update_description
  @service_update_description
end

#service_update_end_date::Time

Returns the value of attribute service_update_end_date.

Returns:

  • (::Time)


1731
1732
1733
# File 'sig/types.rbs', line 1731

def service_update_end_date
  @service_update_end_date
end

#service_update_name::String

Returns the value of attribute service_update_name.

Returns:

  • (::String)


1729
1730
1731
# File 'sig/types.rbs', line 1729

def service_update_name
  @service_update_name
end

Returns the value of attribute service_update_recommended_apply_by_date.

Returns:

  • (::Time)


1733
1734
1735
# File 'sig/types.rbs', line 1733

def service_update_recommended_apply_by_date
  @service_update_recommended_apply_by_date
end

#service_update_release_date::Time

Returns the value of attribute service_update_release_date.

Returns:

  • (::Time)


1730
1731
1732
# File 'sig/types.rbs', line 1730

def service_update_release_date
  @service_update_release_date
end

#service_update_severity"critical", ...

Returns the value of attribute service_update_severity.

Returns:

  • ("critical", "important", "medium", "low")


1732
1733
1734
# File 'sig/types.rbs', line 1732

def service_update_severity
  @service_update_severity
end

#service_update_status"available", ...

Returns the value of attribute service_update_status.

Returns:

  • ("available", "cancelled", "expired")


1734
1735
1736
# File 'sig/types.rbs', line 1734

def service_update_status
  @service_update_status
end

#service_update_type"security-update"

Returns the value of attribute service_update_type.

Returns:

  • ("security-update")


1736
1737
1738
# File 'sig/types.rbs', line 1736

def service_update_type
  @service_update_type
end