Class: Aws::Types::ScheduleRunConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ScheduleRunConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auxiliary_apps ⇒ ::Array[::String]
Returns the value of attribute auxiliary_apps.
-
#billing_method ⇒ "METERED", "UNMETERED"
Returns the value of attribute billing_method.
-
#customer_artifact_paths ⇒ Types::CustomerArtifactPaths
Returns the value of attribute customer_artifact_paths.
-
#device_proxy ⇒ Types::DeviceProxy
Returns the value of attribute device_proxy.
-
#environment_variables ⇒ ::Array[Types::EnvironmentVariable]
Returns the value of attribute environment_variables.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#extra_data_package_arn ⇒ ::String
Returns the value of attribute extra_data_package_arn.
-
#insights_types ⇒ ::Array[("TEST_REPORT")]
Returns the value of attribute insights_types.
-
#locale ⇒ ::String
Returns the value of attribute locale.
-
#location ⇒ Types::Location
Returns the value of attribute location.
-
#network_profile_arn ⇒ ::String
Returns the value of attribute network_profile_arn.
-
#radios ⇒ Types::Radios
Returns the value of attribute radios.
-
#vpce_configuration_arns ⇒ ::Array[::String]
Returns the value of attribute vpce_configuration_arns.
Instance Attribute Details
#auxiliary_apps ⇒ ::Array[::String]
Returns the value of attribute auxiliary_apps.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def auxiliary_apps @auxiliary_apps end |
#billing_method ⇒ "METERED", "UNMETERED"
Returns the value of attribute billing_method.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def billing_method @billing_method end |
#customer_artifact_paths ⇒ Types::CustomerArtifactPaths
Returns the value of attribute customer_artifact_paths.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def customer_artifact_paths @customer_artifact_paths end |
#device_proxy ⇒ Types::DeviceProxy
Returns the value of attribute device_proxy.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def device_proxy @device_proxy end |
#environment_variables ⇒ ::Array[Types::EnvironmentVariable]
Returns the value of attribute environment_variables.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def environment_variables @environment_variables end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def execution_role_arn @execution_role_arn end |
#extra_data_package_arn ⇒ ::String
Returns the value of attribute extra_data_package_arn.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def extra_data_package_arn @extra_data_package_arn end |
#insights_types ⇒ ::Array[("TEST_REPORT")]
Returns the value of attribute insights_types.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def insights_types @insights_types end |
#locale ⇒ ::String
Returns the value of attribute locale.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def locale @locale end |
#location ⇒ Types::Location
Returns the value of attribute location.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def location @location end |
#network_profile_arn ⇒ ::String
Returns the value of attribute network_profile_arn.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def network_profile_arn @network_profile_arn end |
#radios ⇒ Types::Radios
Returns the value of attribute radios.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def radios @radios end |
#vpce_configuration_arns ⇒ ::Array[::String]
Returns the value of attribute vpce_configuration_arns.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def vpce_configuration_arns @vpce_configuration_arns end |