Class: Aws::CloudHSM::Types::ListHsmsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 `ListHsms`. Pass null if this is the first call.

Returns:

  • (String)


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