Class: Aws::CloudHSM::Types::ListHapgsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hapg_listArray<String>

The list of high-availability partition groups.

Returns:

  • (Array<String>)


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_tokenString

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

Returns:

  • (String)


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