Class: Aws::CloudHSM::Types::CreateHapgRequest

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

Overview

Contains the inputs for the CreateHapgRequest action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#labelString

The label of the new high-availability partition group.

Returns:

  • (String)


75
76
77
78
79
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 75

class CreateHapgRequest < Struct.new(
  :label)
  SENSITIVE = []
  include Aws::Structure
end