Class: Aws::CloudHSM::Types::ListHsmsResponse

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

Overview

Contains the output of the ListHsms operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hsm_listArray<String>

The list of ARNs that identify the HSMs.

Returns:

  • (Array<String>)


669
670
671
672
673
674
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 669

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

#next_tokenString

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

Returns:

  • (String)


669
670
671
672
673
674
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 669

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