Class: Aws::CloudHSM::Types::ListLunaClientsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSM::Types::ListLunaClientsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The ‘NextToken` value from a previous call to `ListLunaClients`.
Instance Attribute Details
#next_token ⇒ String
The ‘NextToken` value from a previous call to `ListLunaClients`. Pass null if this is the first call.
683 684 685 686 687 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 683 class ListLunaClientsRequest < Struct.new( :next_token) SENSITIVE = [] include Aws::Structure end |