Class: Aws::Types::RecommendedActionUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_id::String

Returns the value of attribute action_id.

Returns:

  • (::String)


3655
3656
3657
# File 'sig/types.rbs', line 3655

def action_id
  @action_id
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


3656
3657
3658
# File 'sig/types.rbs', line 3656

def status
  @status
end