Class: Aws::CloudHSM::Types::ListHapgsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSM::Types::ListHapgsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hapg_list ⇒ Array<String>
The list of high-availability partition groups.
-
#next_token ⇒ String
If not null, more results are available.
Instance Attribute Details
#hapg_list ⇒ Array<String>
The list of high-availability partition groups.
636 637 638 639 640 641 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 636 class ListHapgsResponse < Struct.new( :hapg_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If not null, more results are available. Pass this value to ‘ListHapgs` to retrieve the next set of items.
636 637 638 639 640 641 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 636 class ListHapgsResponse < Struct.new( :hapg_list, :next_token) SENSITIVE = [] include Aws::Structure end |