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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cognito_identity_pool_idString

The Cognito identity pool ID.

Returns:

  • (String)


7348
7349
7350
7351
7352
7353
7354
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7348

class GetEffectivePoliciesRequest < Struct.new(
  :principal,
  :cognito_identity_pool_id,
  :thing_name)
  SENSITIVE = []
  include Aws::Structure
end

#principalString

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).

Returns:

  • (String)


7348
7349
7350
7351
7352
7353
7354
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7348

class GetEffectivePoliciesRequest < Struct.new(
  :principal,
  :cognito_identity_pool_id,
  :thing_name)
  SENSITIVE = []
  include Aws::Structure
end

#thing_nameString

The thing name.

Returns:

  • (String)


7348
7349
7350
7351
7352
7353
7354
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7348

class GetEffectivePoliciesRequest < Struct.new(
  :principal,
  :cognito_identity_pool_id,
  :thing_name)
  SENSITIVE = []
  include Aws::Structure
end