Class: Aws::CloudHSM::Types::DescribeHapgResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSM::Types::DescribeHapgResponse
- 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
-
#hapg_arn ⇒ String
The ARN of the high-availability partition group.
-
#hapg_serial ⇒ String
The serial number of the high-availability partition group.
- #hsms_last_action_failed ⇒ Array<String>
- #hsms_pending_deletion ⇒ Array<String>
- #hsms_pending_registration ⇒ Array<String>
-
#label ⇒ String
The label for the high-availability partition group.
-
#last_modified_timestamp ⇒ String
The date and time the high-availability partition group was last modified.
-
#partition_serial_list ⇒ Array<String>
The list of partition serial numbers that belong to the high-availability partition group.
-
#state ⇒ String
The state of the high-availability partition group.
Instance Attribute Details
#hapg_arn ⇒ String
The ARN of the high-availability partition group.
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_serial ⇒ String
The serial number of the high-availability partition group.
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_failed ⇒ 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_deletion ⇒ 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_registration ⇒ 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 |
#label ⇒ String
The label for the high-availability partition group.
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_timestamp ⇒ String
The date and time the high-availability partition group was last modified.
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_list ⇒ Array<String>
The list of partition serial numbers that belong to the high-availability partition group.
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 |
#state ⇒ String
The state of the high-availability partition group.
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 |