Class: Aws::Types::DescribeHapgResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeHapgResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hapg_arn ⇒ ::String
Returns the value of attribute hapg_arn.
-
#hapg_serial ⇒ ::String
Returns the value of attribute hapg_serial.
-
#hsms_last_action_failed ⇒ ::Array[::String]
Returns the value of attribute hsms_last_action_failed.
-
#hsms_pending_deletion ⇒ ::Array[::String]
Returns the value of attribute hsms_pending_deletion.
-
#hsms_pending_registration ⇒ ::Array[::String]
Returns the value of attribute hsms_pending_registration.
-
#label ⇒ ::String
Returns the value of attribute label.
-
#last_modified_timestamp ⇒ ::String
Returns the value of attribute last_modified_timestamp.
-
#partition_serial_list ⇒ ::Array[::String]
Returns the value of attribute partition_serial_list.
-
#state ⇒ "READY", ...
Returns the value of attribute state.
Instance Attribute Details
#hapg_arn ⇒ ::String
Returns the value of attribute hapg_arn.
105 106 107 |
# File 'sig/types.rbs', line 105 def hapg_arn @hapg_arn end |
#hapg_serial ⇒ ::String
Returns the value of attribute hapg_serial.
106 107 108 |
# File 'sig/types.rbs', line 106 def hapg_serial @hapg_serial end |
#hsms_last_action_failed ⇒ ::Array[::String]
Returns the value of attribute hsms_last_action_failed.
107 108 109 |
# File 'sig/types.rbs', line 107 def hsms_last_action_failed @hsms_last_action_failed end |
#hsms_pending_deletion ⇒ ::Array[::String]
Returns the value of attribute hsms_pending_deletion.
108 109 110 |
# File 'sig/types.rbs', line 108 def hsms_pending_deletion @hsms_pending_deletion end |
#hsms_pending_registration ⇒ ::Array[::String]
Returns the value of attribute hsms_pending_registration.
109 110 111 |
# File 'sig/types.rbs', line 109 def hsms_pending_registration @hsms_pending_registration end |
#label ⇒ ::String
Returns the value of attribute label.
110 111 112 |
# File 'sig/types.rbs', line 110 def label @label end |
#last_modified_timestamp ⇒ ::String
Returns the value of attribute last_modified_timestamp.
111 112 113 |
# File 'sig/types.rbs', line 111 def @last_modified_timestamp end |
#partition_serial_list ⇒ ::Array[::String]
Returns the value of attribute partition_serial_list.
112 113 114 |
# File 'sig/types.rbs', line 112 def partition_serial_list @partition_serial_list end |
#state ⇒ "READY", ...
Returns the value of attribute state.
113 114 115 |
# File 'sig/types.rbs', line 113 def state @state end |