Method: Aws::IoT::Types::MitigationActionIdentifier#action_arn
- Defined in:
- lib/aws-sdk-iot/types.rb
#action_arn ⇒ String
The IAM role ARN used to apply this mitigation action.
13495 13496 13497 13498 13499 13500 13501 |
# File 'lib/aws-sdk-iot/types.rb', line 13495 class MitigationActionIdentifier < Struct.new( :action_name, :action_arn, :creation_date) SENSITIVE = [] include Aws::Structure end |