Class: Aws::CloudHSM::Types::ListHapgsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSM::Types::ListHapgsRequest
- 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 `ListHapgs`.
Instance Attribute Details
#next_token ⇒ String
The ‘NextToken` value from a previous call to `ListHapgs`. Pass null if this is the first call.
619 620 621 622 623 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 619 class ListHapgsRequest < Struct.new( :next_token) SENSITIVE = [] include Aws::Structure end |