Class: Aws::IoT::Types::ListAuthorizersRequest

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

#ascending_orderBoolean

Return the list of authorizers in ascending alphabetical order.

Returns:

  • (Boolean)


9407
9408
9409
9410
9411
9412
9413
9414
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9407

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

#markerString

A marker used to get the next set of results.

Returns:

  • (String)


9407
9408
9409
9410
9411
9412
9413
9414
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9407

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

#page_sizeInteger

The maximum number of results to return at one time.

Returns:

  • (Integer)


9407
9408
9409
9410
9411
9412
9413
9414
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9407

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

#statusString

The status of the list authorizers request.

Returns:

  • (String)


9407
9408
9409
9410
9411
9412
9413
9414
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9407

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