Class: Aws::IoT::Types::DetachPolicyRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_nameString

The policy to detach.

Returns:

  • (String)


7157
7158
7159
7160
7161
7162
# File 'lib/aws-sdk-iot/types.rb', line 7157

class DetachPolicyRequest < Struct.new(
  :policy_name,
  :target)
  SENSITIVE = []
  include Aws::Structure
end

#targetString

The target from which the policy will be detached.

Returns:

  • (String)


7157
7158
7159
7160
7161
7162
# File 'lib/aws-sdk-iot/types.rb', line 7157

class DetachPolicyRequest < Struct.new(
  :policy_name,
  :target)
  SENSITIVE = []
  include Aws::Structure
end