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.
8208 8209 8210 8211 8212 8213 8214 |
# File 'lib/aws-sdk-iot/types.rb', line 8208 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).
8208 8209 8210 8211 8212 8213 8214 |
# File 'lib/aws-sdk-iot/types.rb', line 8208 class GetEffectivePoliciesRequest < Struct.new( :principal, :cognito_identity_pool_id, :thing_name) SENSITIVE = [] include Aws::Structure end |
#thing_name ⇒ String
The thing name.
8208 8209 8210 8211 8212 8213 8214 |
# File 'lib/aws-sdk-iot/types.rb', line 8208 class GetEffectivePoliciesRequest < Struct.new( :principal, :cognito_identity_pool_id, :thing_name) SENSITIVE = [] include Aws::Structure end |