Class: Aws::Types::MitigationActionIdentifier

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_arn::String

Returns the value of attribute action_arn.

Returns:

  • (::String)


3952
3953
3954
# File 'sig/types.rbs', line 3952

def action_arn
  @action_arn
end

#action_name::String

Returns the value of attribute action_name.

Returns:

  • (::String)


3951
3952
3953
# File 'sig/types.rbs', line 3951

def action_name
  @action_name
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


3953
3954
3955
# File 'sig/types.rbs', line 3953

def creation_date
  @creation_date
end