Class: Aws::Types::UpdateActionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_name::String

Returns the value of attribute action_name.

Returns:

  • (::String)


11889
11890
11891
# File 'sig/types.rbs', line 11889

def action_name
  @action_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


11890
11891
11892
# File 'sig/types.rbs', line 11890

def description
  @description
end

#properties::Hash[::String, ::String]

Returns the value of attribute properties.

Returns:

  • (::Hash[::String, ::String])


11892
11893
11894
# File 'sig/types.rbs', line 11892

def properties
  @properties
end

#properties_to_remove::Array[::String]

Returns the value of attribute properties_to_remove.

Returns:

  • (::Array[::String])


11893
11894
11895
# File 'sig/types.rbs', line 11893

def properties_to_remove
  @properties_to_remove
end

#status"Unknown", ...

Returns the value of attribute status.

Returns:

  • ("Unknown", "InProgress", "Completed", "Failed", "Stopping", "Stopped")


11891
11892
11893
# File 'sig/types.rbs', line 11891

def status
  @status
end