Class: Aws::Types::DescribeMitigationActionResponse

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)


1916
1917
1918
# File 'sig/types.rbs', line 1916

def action_arn
  @action_arn
end

#action_id::String

Returns the value of attribute action_id.

Returns:

  • (::String)


1917
1918
1919
# File 'sig/types.rbs', line 1917

def action_id
  @action_id
end

#action_name::String

Returns the value of attribute action_name.

Returns:

  • (::String)


1914
1915
1916
# File 'sig/types.rbs', line 1914

def action_name
  @action_name
end

#action_paramsTypes::MitigationActionParams

Returns the value of attribute action_params.



1919
1920
1921
# File 'sig/types.rbs', line 1919

def action_params
  @action_params
end

#action_type"UPDATE_DEVICE_CERTIFICATE", ...

Returns the value of attribute action_type.

Returns:

  • ("UPDATE_DEVICE_CERTIFICATE", "UPDATE_CA_CERTIFICATE", "ADD_THINGS_TO_THING_GROUP", "REPLACE_DEFAULT_POLICY_VERSION", "ENABLE_IOT_LOGGING", "PUBLISH_FINDING_TO_SNS")


1915
1916
1917
# File 'sig/types.rbs', line 1915

def action_type
  @action_type
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


1920
1921
1922
# File 'sig/types.rbs', line 1920

def creation_date
  @creation_date
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


1921
1922
1923
# File 'sig/types.rbs', line 1921

def last_modified_date
  @last_modified_date
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1918
1919
1920
# File 'sig/types.rbs', line 1918

def role_arn
  @role_arn
end