Class: Aws::IoTManagedIntegrations::Types::ListCredentialLockersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ListCredentialLockersResponse
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::CredentialLockerSummary>
The list of credential lockers.
-
#next_token ⇒ String
A token that can be used to retrieve the next set of results.
Instance Attribute Details
#items ⇒ Array<Types::CredentialLockerSummary>
The list of credential lockers.
2891 2892 2893 2894 2895 2896 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2891 class ListCredentialLockersResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that can be used to retrieve the next set of results.
2891 2892 2893 2894 2895 2896 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2891 class ListCredentialLockersResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |