Class: Aws::IoT::Types::ListRoleAliasesResponse

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

#next_markerString

A marker used to get the next set of results.

Returns:

  • (String)


10756
10757
10758
10759
10760
10761
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10756

class ListRoleAliasesResponse < Struct.new(
  :role_aliases,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#role_aliasesArray<String>

The role aliases.

Returns:

  • (Array<String>)


10756
10757
10758
10759
10760
10761
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10756

class ListRoleAliasesResponse < Struct.new(
  :role_aliases,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end