Class: Aws::CloudHSM::Types::ListLunaClientsRequest

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 ListLunaClients. Pass null if this is the first call.

Returns:

  • (String)


683
684
685
686
687
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 683

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