Class: Aws::Types::DescribeMitigationActionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMitigationActionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_arn ⇒ ::String
Returns the value of attribute action_arn.
-
#action_id ⇒ ::String
Returns the value of attribute action_id.
-
#action_name ⇒ ::String
Returns the value of attribute action_name.
-
#action_params ⇒ Types::MitigationActionParams
Returns the value of attribute action_params.
-
#action_type ⇒ "UPDATE_DEVICE_CERTIFICATE", ...
Returns the value of attribute action_type.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#action_arn ⇒ ::String
Returns the value of attribute action_arn.
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.
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.
1914 1915 1916 |
# File 'sig/types.rbs', line 1914 def action_name @action_name end |
#action_params ⇒ Types::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.
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.
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.
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.
1918 1919 1920 |
# File 'sig/types.rbs', line 1918 def role_arn @role_arn end |