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.
7453 7454 7455 7456 7457 7458 7459 |
# File 'lib/aws-sdk-iot/types.rb', line 7453 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).
7453 7454 7455 7456 7457 7458 7459 |
# File 'lib/aws-sdk-iot/types.rb', line 7453 class GetEffectivePoliciesRequest < Struct.new( :principal, :cognito_identity_pool_id, :thing_name) SENSITIVE = [] include Aws::Structure end |
#thing_name ⇒ String
The thing name.
7453 7454 7455 7456 7457 7458 7459 |
# File 'lib/aws-sdk-iot/types.rb', line 7453 class GetEffectivePoliciesRequest < Struct.new( :principal, :cognito_identity_pool_id, :thing_name) SENSITIVE = [] include Aws::Structure end |