Class: Aws::Types::CanaryRunConfigInput
- Inherits:
-
Object
- Object
- Aws::Types::CanaryRunConfigInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_tracing ⇒ Boolean
Returns the value of attribute active_tracing.
-
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
-
#ephemeral_storage ⇒ ::Integer
Returns the value of attribute ephemeral_storage.
-
#memory_in_mb ⇒ ::Integer
Returns the value of attribute memory_in_mb.
-
#timeout_in_seconds ⇒ ::Integer
Returns the value of attribute timeout_in_seconds.
Instance Attribute Details
#active_tracing ⇒ Boolean
Returns the value of attribute active_tracing.
133 134 135 |
# File 'sig/types.rbs', line 133 def active_tracing @active_tracing end |
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
134 135 136 |
# File 'sig/types.rbs', line 134 def environment_variables @environment_variables end |
#ephemeral_storage ⇒ ::Integer
Returns the value of attribute ephemeral_storage.
135 136 137 |
# File 'sig/types.rbs', line 135 def ephemeral_storage @ephemeral_storage end |
#memory_in_mb ⇒ ::Integer
Returns the value of attribute memory_in_mb.
132 133 134 |
# File 'sig/types.rbs', line 132 def memory_in_mb @memory_in_mb end |
#timeout_in_seconds ⇒ ::Integer
Returns the value of attribute timeout_in_seconds.
131 132 133 |
# File 'sig/types.rbs', line 131 def timeout_in_seconds @timeout_in_seconds end |