Class: Aws::Types::PendingModifiedServiceUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#service_update_name ⇒ ::String

Returns the value of attribute service_update_name.

Returns:

  • (::String)


787
788
789
# File 'sig/types.rbs', line 787

def service_update_name
  @service_update_name
end

#status ⇒ "available", ...

Returns the value of attribute status.

Returns:

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


788
789
790
# File 'sig/types.rbs', line 788

def status
  @status
end