Class: Aws::IoT::Types::GetEffectivePoliciesRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cognito_identity_pool_idString

The Cognito identity pool ID.

Returns:

  • (String)


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

#principalString

The principal.

Returns:

  • (String)


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_nameString

The thing name.

Returns:

  • (String)


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