Class: Aws::CloudHSM::Types::DescribeHapgRequest

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

Overview

Contains the inputs for the DescribeHapg action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hapg_arnString

The ARN of the high-availability partition group to describe.

Returns:

  • (String)


291
292
293
294
295
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 291

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