Class: Aws::CloudHSM::Types::ListHsmsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSM::Types::ListHsmsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The
NextTokenvalue from a previous call toListHsms.
Instance Attribute Details
#next_token ⇒ String
The NextToken value from a previous call to ListHsms. Pass null
if this is the first call.
650 651 652 653 654 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 650 class ListHsmsRequest < Struct.new( :next_token) SENSITIVE = [] include Aws::Structure end |