Class: Aws::CloudHSM::Types::CreateHapgResponse

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

Overview

Contains the output of the CreateHAPartitionGroup action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hapg_arnString

The ARN of the high-availability partition group.

Returns:

  • (String)


89
90
91
92
93
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 89

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