Class: Aws::Types::DeletePracticeRunConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeletePracticeRunConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#zonal_autoshift_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute zonal_autoshift_status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
89 90 91 |
# File 'sig/types.rbs', line 89 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
90 91 92 |
# File 'sig/types.rbs', line 90 def name @name end |
#zonal_autoshift_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute zonal_autoshift_status.
91 92 93 |
# File 'sig/types.rbs', line 91 def zonal_autoshift_status @zonal_autoshift_status end |