Class: Aws::IoT::Types::ListRoleAliasesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListRoleAliasesResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_marker ⇒ String
A marker used to get the next set of results.
-
#role_aliases ⇒ Array<String>
The role aliases.
Instance Attribute Details
#next_marker ⇒ String
A marker used to get the next set of results.
11885 11886 11887 11888 11889 11890 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11885 class ListRoleAliasesResponse < Struct.new( :role_aliases, :next_marker) SENSITIVE = [] include Aws::Structure end |
#role_aliases ⇒ Array<String>
The role aliases.
11885 11886 11887 11888 11889 11890 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11885 class ListRoleAliasesResponse < Struct.new( :role_aliases, :next_marker) SENSITIVE = [] include Aws::Structure end |