Class: Aws::Types::ScheduleRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::ScheduleRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#configuration ⇒ Types::ScheduleRunConfiguration
Returns the value of attribute configuration.
-
#device_pool_arn ⇒ ::String
Returns the value of attribute device_pool_arn.
-
#device_selection_configuration ⇒ Types::DeviceSelectionConfiguration
Returns the value of attribute device_selection_configuration.
-
#execution_configuration ⇒ Types::ExecutionConfiguration
Returns the value of attribute execution_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
-
#test ⇒ Types::ScheduleRunTest
Returns the value of attribute test.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def app_arn @app_arn end |
#configuration ⇒ Types::ScheduleRunConfiguration
Returns the value of attribute configuration.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def configuration @configuration end |
#device_pool_arn ⇒ ::String
Returns the value of attribute device_pool_arn.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def device_pool_arn @device_pool_arn end |
#device_selection_configuration ⇒ Types::DeviceSelectionConfiguration
Returns the value of attribute device_selection_configuration.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def device_selection_configuration @device_selection_configuration end |
#execution_configuration ⇒ Types::ExecutionConfiguration
Returns the value of attribute execution_configuration.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def execution_configuration @execution_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def name @name end |
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def project_arn @project_arn end |
#test ⇒ Types::ScheduleRunTest
Returns the value of attribute test.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def test @test end |