Class: Aws::Types::MitigationAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_paramsTypes::MitigationActionParams

Returns the value of attribute action_params.



3946
3947
3948
# File 'sig/types.rbs', line 3946

def action_params
  @action_params
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3944
3945
3946
# File 'sig/types.rbs', line 3944

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3943
3944
3945
# File 'sig/types.rbs', line 3943

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


3945
3946
3947
# File 'sig/types.rbs', line 3945

def role_arn
  @role_arn
end