You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ReplaceDefaultPolicyVersionParams as input to an Aws::Client method, you can use a vanilla Hash:

{
  template_name: "BLANK_POLICY", # required, accepts BLANK_POLICY
}

Parameters to define a mitigation action that adds a blank policy to restrict permissions.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#template_nameString

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

Possible values:

  • BLANK_POLICY

Returns:

  • (String)

    The name of the template to be applied.