Class: Aws::IoT::Types::GetEffectivePoliciesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetEffectivePoliciesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Note:
When making an API call, you may pass GetEffectivePoliciesRequest data as a hash:
{
principal: "Principal",
cognito_identity_pool_id: "CognitoIdentityPoolId",
thing_name: "ThingName",
}
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.
5001 5002 5003 5004 5005 5006 |
# File 'lib/aws-sdk-iot/types.rb', line 5001 class GetEffectivePoliciesRequest < Struct.new( :principal, :cognito_identity_pool_id, :thing_name) include Aws::Structure end |
#principal ⇒ String
The principal.
5001 5002 5003 5004 5005 5006 |
# File 'lib/aws-sdk-iot/types.rb', line 5001 class GetEffectivePoliciesRequest < Struct.new( :principal, :cognito_identity_pool_id, :thing_name) include Aws::Structure end |
#thing_name ⇒ String
The thing name.
5001 5002 5003 5004 5005 5006 |
# File 'lib/aws-sdk-iot/types.rb', line 5001 class GetEffectivePoliciesRequest < Struct.new( :principal, :cognito_identity_pool_id, :thing_name) include Aws::Structure end |