Class: Aws::CloudHSM::Types::ModifyHapgResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hapg_arnString

The ARN of the high-availability partition group.

Returns:

  • (String)


760
761
762
763
764
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 760

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