Class: Aws::Types::CreateMitigationActionRequest

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)


990
991
992
# File 'sig/types.rbs', line 990

def action_name
  @action_name
end

#action_paramsTypes::MitigationActionParams

Returns the value of attribute action_params.



992
993
994
# File 'sig/types.rbs', line 992

def action_params
  @action_params
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


991
992
993
# File 'sig/types.rbs', line 991

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



993
994
995
# File 'sig/types.rbs', line 993

def tags
  @tags
end