Class: Aws::Types::CanaryRunConfigOutput
- Inherits:
-
Object
- Object
- Aws::Types::CanaryRunConfigOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_tracing ⇒ Boolean
Returns the value of attribute active_tracing.
-
#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.
142 143 144 |
# File 'sig/types.rbs', line 142 def active_tracing @active_tracing end |
#ephemeral_storage ⇒ ::Integer
Returns the value of attribute ephemeral_storage.
143 144 145 |
# File 'sig/types.rbs', line 143 def ephemeral_storage @ephemeral_storage end |
#memory_in_mb ⇒ ::Integer
Returns the value of attribute memory_in_mb.
141 142 143 |
# File 'sig/types.rbs', line 141 def memory_in_mb @memory_in_mb end |
#timeout_in_seconds ⇒ ::Integer
Returns the value of attribute timeout_in_seconds.
140 141 142 |
# File 'sig/types.rbs', line 140 def timeout_in_seconds @timeout_in_seconds end |