Class: Aws::IoT::Types::ReplaceDefaultPolicyVersionParams

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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

Instance Attribute Details

#template_nameString

The name of the template to be applied. The only supported value is BLANK_POLICY.

Returns:

  • (String)


13134
13135
13136
13137
13138
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13134

class ReplaceDefaultPolicyVersionParams < Struct.new(
  :template_name)
  SENSITIVE = []
  include Aws::Structure
end