Class: Aws::CloudHSM::Types::ListLunaClientsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSM::Types::ListLunaClientsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_list ⇒ Array<String>
The list of clients.
-
#next_token ⇒ String
If not null, more results are available.
Instance Attribute Details
#client_list ⇒ Array<String>
The list of clients.
700 701 702 703 704 705 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 700 class ListLunaClientsResponse < Struct.new( :client_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If not null, more results are available. Pass this to ‘ListLunaClients` to retrieve the next set of items.
700 701 702 703 704 705 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 700 class ListLunaClientsResponse < Struct.new( :client_list, :next_token) SENSITIVE = [] include Aws::Structure end |