Class: Aws::IoT::Types::DetachPrincipalPolicyRequest

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

Overview

The input for the DetachPrincipalPolicy operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_nameString

The name of the policy to detach.

Returns:

  • (String)


6544
6545
6546
6547
6548
6549
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6544

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

#principalString

The principal.

Valid principals are CertificateArn (arn:aws:iot:region:accountId:cert/certificateId), thingGroupArn (arn:aws:iot:region:accountId:thinggroup/groupName) and CognitoId (region:id).

Returns:

  • (String)


6544
6545
6546
6547
6548
6549
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6544

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