Class: Aws::IoT::Types::AttachPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::AttachPolicyRequest
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_name ⇒ String
The name of the policy to attach.
-
#target ⇒ String
The [identity][1] to which the policy is attached.
Instance Attribute Details
#policy_name ⇒ String
The name of the policy to attach.
624 625 626 627 628 629 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 624 class AttachPolicyRequest < Struct.new( :policy_name, :target) SENSITIVE = [] include Aws::Structure end |
#target ⇒ String
The identity to which the policy is attached. For example, a thing group or a certificate.
624 625 626 627 628 629 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 624 class AttachPolicyRequest < Struct.new( :policy_name, :target) SENSITIVE = [] include Aws::Structure end |