Class: Aws::Types::UpdatePracticeRunConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePracticeRunConfigurationResponse
- 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.
-
#practice_run_configuration ⇒ Types::PracticeRunConfiguration
Returns the value of attribute practice_run_configuration.
-
#zonal_autoshift_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute zonal_autoshift_status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
241 242 243 |
# File 'sig/types.rbs', line 241 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
242 243 244 |
# File 'sig/types.rbs', line 242 def name @name end |
#practice_run_configuration ⇒ Types::PracticeRunConfiguration
Returns the value of attribute practice_run_configuration.
244 245 246 |
# File 'sig/types.rbs', line 244 def practice_run_configuration @practice_run_configuration end |
#zonal_autoshift_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute zonal_autoshift_status.
243 244 245 |
# File 'sig/types.rbs', line 243 def zonal_autoshift_status @zonal_autoshift_status end |