Class: Aws::IoT::Types::ListRoleAliasesRequest

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 role aliases in ascending alphabetical order.

Returns:

  • (Boolean)


10740
10741
10742
10743
10744
10745
10746
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10740

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

#markerString

A marker used to get the next set of results.

Returns:

  • (String)


10740
10741
10742
10743
10744
10745
10746
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10740

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

#page_sizeInteger

The maximum number of results to return at one time.

Returns:

  • (Integer)


10740
10741
10742
10743
10744
10745
10746
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10740

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