Class: Aws::CloudHSM::Types::DescribeHapgResponse

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

Overview

Contains the output of the DescribeHapg action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hapg_arnString

The ARN of the high-availability partition group.

Returns:

  • (String)


336
337
338
339
340
341
342
343
344
345
346
347
348
# File 'lib/aws-sdk-cloudhsm/types.rb', line 336

class DescribeHapgResponse < Struct.new(
  :hapg_arn,
  :hapg_serial,
  :hsms_last_action_failed,
  :hsms_pending_deletion,
  :hsms_pending_registration,
  :label,
  :last_modified_timestamp,
  :partition_serial_list,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#hapg_serialString

The serial number of the high-availability partition group.

Returns:

  • (String)


336
337
338
339
340
341
342
343
344
345
346
347
348
# File 'lib/aws-sdk-cloudhsm/types.rb', line 336

class DescribeHapgResponse < Struct.new(
  :hapg_arn,
  :hapg_serial,
  :hsms_last_action_failed,
  :hsms_pending_deletion,
  :hsms_pending_registration,
  :label,
  :last_modified_timestamp,
  :partition_serial_list,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#hsms_last_action_failedArray<String>

Returns:

  • (Array<String>)


336
337
338
339
340
341
342
343
344
345
346
347
348
# File 'lib/aws-sdk-cloudhsm/types.rb', line 336

class DescribeHapgResponse < Struct.new(
  :hapg_arn,
  :hapg_serial,
  :hsms_last_action_failed,
  :hsms_pending_deletion,
  :hsms_pending_registration,
  :label,
  :last_modified_timestamp,
  :partition_serial_list,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#hsms_pending_deletionArray<String>

Returns:

  • (Array<String>)


336
337
338
339
340
341
342
343
344
345
346
347
348
# File 'lib/aws-sdk-cloudhsm/types.rb', line 336

class DescribeHapgResponse < Struct.new(
  :hapg_arn,
  :hapg_serial,
  :hsms_last_action_failed,
  :hsms_pending_deletion,
  :hsms_pending_registration,
  :label,
  :last_modified_timestamp,
  :partition_serial_list,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#hsms_pending_registrationArray<String>

Returns:

  • (Array<String>)


336
337
338
339
340
341
342
343
344
345
346
347
348
# File 'lib/aws-sdk-cloudhsm/types.rb', line 336

class DescribeHapgResponse < Struct.new(
  :hapg_arn,
  :hapg_serial,
  :hsms_last_action_failed,
  :hsms_pending_deletion,
  :hsms_pending_registration,
  :label,
  :last_modified_timestamp,
  :partition_serial_list,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#labelString

The label for the high-availability partition group.

Returns:

  • (String)


336
337
338
339
340
341
342
343
344
345
346
347
348
# File 'lib/aws-sdk-cloudhsm/types.rb', line 336

class DescribeHapgResponse < Struct.new(
  :hapg_arn,
  :hapg_serial,
  :hsms_last_action_failed,
  :hsms_pending_deletion,
  :hsms_pending_registration,
  :label,
  :last_modified_timestamp,
  :partition_serial_list,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timestampString

The date and time the high-availability partition group was last modified.

Returns:

  • (String)


336
337
338
339
340
341
342
343
344
345
346
347
348
# File 'lib/aws-sdk-cloudhsm/types.rb', line 336

class DescribeHapgResponse < Struct.new(
  :hapg_arn,
  :hapg_serial,
  :hsms_last_action_failed,
  :hsms_pending_deletion,
  :hsms_pending_registration,
  :label,
  :last_modified_timestamp,
  :partition_serial_list,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#partition_serial_listArray<String>

The list of partition serial numbers that belong to the high-availability partition group.

Returns:

  • (Array<String>)


336
337
338
339
340
341
342
343
344
345
346
347
348
# File 'lib/aws-sdk-cloudhsm/types.rb', line 336

class DescribeHapgResponse < Struct.new(
  :hapg_arn,
  :hapg_serial,
  :hsms_last_action_failed,
  :hsms_pending_deletion,
  :hsms_pending_registration,
  :label,
  :last_modified_timestamp,
  :partition_serial_list,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the high-availability partition group.

Returns:

  • (String)


336
337
338
339
340
341
342
343
344
345
346
347
348
# File 'lib/aws-sdk-cloudhsm/types.rb', line 336

class DescribeHapgResponse < Struct.new(
  :hapg_arn,
  :hapg_serial,
  :hsms_last_action_failed,
  :hsms_pending_deletion,
  :hsms_pending_registration,
  :label,
  :last_modified_timestamp,
  :partition_serial_list,
  :state)
  SENSITIVE = []
  include Aws::Structure
end