Class: Aws::Types::CreatePracticeRunConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreatePracticeRunConfigurationResponse
- 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.
76 77 78 |
# File 'sig/types.rbs', line 76 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
77 78 79 |
# File 'sig/types.rbs', line 77 def name @name end |
#practice_run_configuration ⇒ Types::PracticeRunConfiguration
Returns the value of attribute practice_run_configuration.
79 80 81 |
# File 'sig/types.rbs', line 79 def practice_run_configuration @practice_run_configuration end |
#zonal_autoshift_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute zonal_autoshift_status.
78 79 80 |
# File 'sig/types.rbs', line 78 def zonal_autoshift_status @zonal_autoshift_status end |