Class: Aws::IoT::Types::ListPoliciesRequest

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

Overview

The input for the ListPolicies 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)


10438
10439
10440
10441
10442
10443
10444
# File 'lib/aws-sdk-iot/types.rb', line 10438

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

#markerString

The marker for the next set of results.

Returns:

  • (String)


10438
10439
10440
10441
10442
10443
10444
# File 'lib/aws-sdk-iot/types.rb', line 10438

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

#page_sizeInteger

The result page size.

Returns:

  • (Integer)


10438
10439
10440
10441
10442
10443
10444
# File 'lib/aws-sdk-iot/types.rb', line 10438

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