Class: Aws::IoT::Types::GetEffectivePoliciesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetEffectivePoliciesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cognito_identity_pool_id ⇒ String
The Cognito identity pool ID.
-
#principal ⇒ String
The principal.
-
#thing_name ⇒ String
The thing name.
Instance Attribute Details
#cognito_identity_pool_id ⇒ String
The Cognito identity pool ID.
7645 7646 7647 7648 7649 7650 7651 |
# File 'lib/aws-sdk-iot/types.rb', line 7645 class GetEffectivePoliciesRequest < Struct.new( :principal, :cognito_identity_pool_id, :thing_name) SENSITIVE = [] include Aws::Structure end |
#principal ⇒ String
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).
7645 7646 7647 7648 7649 7650 7651 |
# File 'lib/aws-sdk-iot/types.rb', line 7645 class GetEffectivePoliciesRequest < Struct.new( :principal, :cognito_identity_pool_id, :thing_name) SENSITIVE = [] include Aws::Structure end |
#thing_name ⇒ String
The thing name.
7645 7646 7647 7648 7649 7650 7651 |
# File 'lib/aws-sdk-iot/types.rb', line 7645 class GetEffectivePoliciesRequest < Struct.new( :principal, :cognito_identity_pool_id, :thing_name) SENSITIVE = [] include Aws::Structure end |