Class: Aws::IoT::Types::ReplaceDefaultPolicyVersionParams
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ReplaceDefaultPolicyVersionParams
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Parameters to define a mitigation action that adds a blank policy to restrict permissions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#template_name ⇒ String
The name of the template to be applied.
Instance Attribute Details
#template_name ⇒ String
The name of the template to be applied. The only supported value is ‘BLANK_POLICY`.
13709 13710 13711 13712 13713 |
# File 'lib/aws-sdk-iot/types.rb', line 13709 class ReplaceDefaultPolicyVersionParams < Struct.new( :template_name) SENSITIVE = [] include Aws::Structure end |