Class: Aws::IoT::Types::ListPolicyPrincipalsRequest

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

Overview

The input for the ListPolicyPrincipals operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ascending_orderBoolean

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

Returns:

  • (Boolean)


10808
10809
10810
10811
10812
10813
10814
10815
# File 'lib/aws-sdk-iot/types.rb', line 10808

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

#markerString

The marker for the next set of results.

Returns:

  • (String)


10808
10809
10810
10811
10812
10813
10814
10815
# File 'lib/aws-sdk-iot/types.rb', line 10808

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

#page_sizeInteger

The result page size.

Returns:

  • (Integer)


10808
10809
10810
10811
10812
10813
10814
10815
# File 'lib/aws-sdk-iot/types.rb', line 10808

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

#policy_nameString

The policy name.

Returns:

  • (String)


10808
10809
10810
10811
10812
10813
10814
10815
# File 'lib/aws-sdk-iot/types.rb', line 10808

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