Class: Aws::Types::UpdateMitigationActionRequest

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)


5226
5227
5228
# File 'sig/types.rbs', line 5226

def action_name
  @action_name
end

#action_paramsTypes::MitigationActionParams

Returns the value of attribute action_params.



5228
5229
5230
# File 'sig/types.rbs', line 5228

def action_params
  @action_params
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


5227
5228
5229
# File 'sig/types.rbs', line 5227

def role_arn
  @role_arn
end