Module: Aws::IoT::Client::_DescribeMitigationActionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeMitigationActionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action_arn ⇒ ::String
- #action_id ⇒ ::String
- #action_name ⇒ ::String
- #action_params ⇒ Types::MitigationActionParams
- #action_type ⇒ "UPDATE_DEVICE_CERTIFICATE", ...
- #creation_date ⇒ ::Time
- #last_modified_date ⇒ ::Time
- #role_arn ⇒ ::String
Instance Method Details
#action_arn ⇒ ::String
1768 |
# File 'sig/client.rbs', line 1768
def action_arn: () -> ::String
|
#action_id ⇒ ::String
1769 |
# File 'sig/client.rbs', line 1769
def action_id: () -> ::String
|
#action_name ⇒ ::String
1766 |
# File 'sig/client.rbs', line 1766
def action_name: () -> ::String
|
#action_params ⇒ Types::MitigationActionParams
1771 |
# File 'sig/client.rbs', line 1771
def action_params: () -> Types::MitigationActionParams
|
#action_type ⇒ "UPDATE_DEVICE_CERTIFICATE", ...
1767 |
# File 'sig/client.rbs', line 1767
def action_type: () -> ("UPDATE_DEVICE_CERTIFICATE" | "UPDATE_CA_CERTIFICATE" | "ADD_THINGS_TO_THING_GROUP" | "REPLACE_DEFAULT_POLICY_VERSION" | "ENABLE_IOT_LOGGING" | "PUBLISH_FINDING_TO_SNS")
|
#creation_date ⇒ ::Time
1772 |
# File 'sig/client.rbs', line 1772
def creation_date: () -> ::Time
|
#last_modified_date ⇒ ::Time
1773 |
# File 'sig/client.rbs', line 1773
def last_modified_date: () -> ::Time
|
#role_arn ⇒ ::String
1770 |
# File 'sig/client.rbs', line 1770
def role_arn: () -> ::String
|