Class: Aws::CloudHSM::Types::ListHapgsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The NextToken value from a previous call to ListHapgs. Pass null if this is the first call.

Returns:

  • (String)


619
620
621
622
623
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 619

class ListHapgsRequest < Struct.new(
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end