Class: Aws::CloudHSM::Types::ListHsmsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSM::Types::ListHsmsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsm/types.rb
Overview
Contains the output of the ‘ListHsms` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hsm_list ⇒ Array<String>
The list of ARNs that identify the HSMs.
-
#next_token ⇒ String
If not null, more results are available.
Instance Attribute Details
#hsm_list ⇒ Array<String>
The list of ARNs that identify the HSMs.
669 670 671 672 673 674 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 669 class ListHsmsResponse < Struct.new( :hsm_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If not null, more results are available. Pass this value to ‘ListHsms` to retrieve the next set of items.
669 670 671 672 673 674 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 669 class ListHsmsResponse < Struct.new( :hsm_list, :next_token) SENSITIVE = [] include Aws::Structure end |