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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


11125
11126
11127
11128
11129
11130
11131
# File 'lib/aws-sdk-iot/types.rb', line 11125

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)


11125
11126
11127
11128
11129
11130
11131
# File 'lib/aws-sdk-iot/types.rb', line 11125

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)


11125
11126
11127
11128
11129
11130
11131
# File 'lib/aws-sdk-iot/types.rb', line 11125

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