Class: Aws::IoT::Types::ListPrincipalPoliciesRequest

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

Overview

The input for the ListPrincipalPolicies operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ascending_orderBoolean

Specifies the order for results. If true, results are returned in ascending creation order.

Returns:

  • (Boolean)


10557
10558
10559
10560
10561
10562
10563
10564
# File 'lib/aws-sdk-iot/types.rb', line 10557

class ListPrincipalPoliciesRequest < Struct.new(
  :principal,
  :marker,
  :page_size,
  :ascending_order)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

The marker for the next set of results.

Returns:

  • (String)


10557
10558
10559
10560
10561
10562
10563
10564
# File 'lib/aws-sdk-iot/types.rb', line 10557

class ListPrincipalPoliciesRequest < Struct.new(
  :principal,
  :marker,
  :page_size,
  :ascending_order)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeInteger

The result page size.

Returns:

  • (Integer)


10557
10558
10559
10560
10561
10562
10563
10564
# File 'lib/aws-sdk-iot/types.rb', line 10557

class ListPrincipalPoliciesRequest < Struct.new(
  :principal,
  :marker,
  :page_size,
  :ascending_order)
  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)


10557
10558
10559
10560
10561
10562
10563
10564
# File 'lib/aws-sdk-iot/types.rb', line 10557

class ListPrincipalPoliciesRequest < Struct.new(
  :principal,
  :marker,
  :page_size,
  :ascending_order)
  SENSITIVE = []
  include Aws::Structure
end