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

#auto_update_start_date ⇒ ::Time

Returns the value of attribute auto_update_start_date.

Returns:

  • (::Time)


896
897
898
# File 'sig/types.rbs', line 896

def auto_update_start_date
  @auto_update_start_date
end

#cluster_name ⇒ ::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def cluster_name
  @cluster_name
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


891
892
893
# File 'sig/types.rbs', line 891

def description
  @description
end

#engine ⇒ ::String

Returns the value of attribute engine.

Returns:

  • (::String)


894
895
896
# File 'sig/types.rbs', line 894

def engine
  @engine
end

#nodes_updated ⇒ ::String

Returns the value of attribute nodes_updated.

Returns:

  • (::String)


895
896
897
# File 'sig/types.rbs', line 895

def nodes_updated
  @nodes_updated
end

#release_date ⇒ ::Time

Returns the value of attribute release_date.

Returns:

  • (::Time)


890
891
892
# File 'sig/types.rbs', line 890

def release_date
  @release_date
end

#service_update_name ⇒ ::String

Returns the value of attribute service_update_name.

Returns:

  • (::String)


889
890
891
# File 'sig/types.rbs', line 889

def service_update_name
  @service_update_name
end

#status ⇒ "available", ...

Returns the value of attribute status.

Returns:

  • ("available", "in-progress", "complete", "scheduled")


892
893
894
# File 'sig/types.rbs', line 892

def status
  @status
end

#type ⇒ "security-update"

Returns the value of attribute type.

Returns:

  • ("security-update")


893
894
895
# File 'sig/types.rbs', line 893

def type
  @type
end