Class: Aws::Types::ModifyHapgRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyHapgRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hapg_arn ⇒ ::String
Returns the value of attribute hapg_arn.
-
#label ⇒ ::String
Returns the value of attribute label.
-
#partition_serial_list ⇒ ::Array[::String]
Returns the value of attribute partition_serial_list.
Instance Attribute Details
#hapg_arn ⇒ ::String
Returns the value of attribute hapg_arn.
232 233 234 |
# File 'sig/types.rbs', line 232 def hapg_arn @hapg_arn end |
#label ⇒ ::String
Returns the value of attribute label.
233 234 235 |
# File 'sig/types.rbs', line 233 def label @label end |
#partition_serial_list ⇒ ::Array[::String]
Returns the value of attribute partition_serial_list.
234 235 236 |
# File 'sig/types.rbs', line 234 def partition_serial_list @partition_serial_list end |