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
1761 |
# File 'sig/client.rbs', line 1761
def action_arn: () -> ::String
|
#action_id ⇒ ::String
1762 |
# File 'sig/client.rbs', line 1762
def action_id: () -> ::String
|
#action_name ⇒ ::String
1759 |
# File 'sig/client.rbs', line 1759
def action_name: () -> ::String
|
#action_params ⇒ Types::MitigationActionParams
1764 |
# File 'sig/client.rbs', line 1764
def action_params: () -> Types::MitigationActionParams
|
#action_type ⇒ "UPDATE_DEVICE_CERTIFICATE", ...
1760 |
# File 'sig/client.rbs', line 1760
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
1765 |
# File 'sig/client.rbs', line 1765
def creation_date: () -> ::Time
|
#last_modified_date ⇒ ::Time
1766 |
# File 'sig/client.rbs', line 1766
def last_modified_date: () -> ::Time
|
#role_arn ⇒ ::String
1763 |
# File 'sig/client.rbs', line 1763
def role_arn: () -> ::String
|