Class: Aws::IoT::Types::DetachPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DetachPolicyRequest
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_name ⇒ String
The policy to detach.
-
#target ⇒ String
The target from which the policy will be detached.
Instance Attribute Details
#policy_name ⇒ String
The policy to detach.
7153 7154 7155 7156 7157 7158 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7153 class DetachPolicyRequest < Struct.new( :policy_name, :target) SENSITIVE = [] include Aws::Structure end |
#target ⇒ String
The target from which the policy will be detached.
7153 7154 7155 7156 7157 7158 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7153 class DetachPolicyRequest < Struct.new( :policy_name, :target) SENSITIVE = [] include Aws::Structure end |