Class: Aws::CloudHSM::Types::ListLunaClientsResponse

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

#client_listArray<String>

The list of clients.

Returns:

  • (Array<String>)


700
701
702
703
704
705
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 700

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

#next_tokenString

If not null, more results are available. Pass this to ListLunaClients to retrieve the next set of items.

Returns:

  • (String)


700
701
702
703
704
705
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 700

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