Class: Aws::Types::CanaryScheduleInput
- Inherits:
-
Object
- Object
- Aws::Types::CanaryScheduleInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration_in_seconds ⇒ ::Integer
Returns the value of attribute duration_in_seconds.
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#retry_config ⇒ Types::RetryConfigInput
Returns the value of attribute retry_config.
Instance Attribute Details
#duration_in_seconds ⇒ ::Integer
Returns the value of attribute duration_in_seconds.
164 165 166 |
# File 'sig/types.rbs', line 164 def duration_in_seconds @duration_in_seconds end |
#expression ⇒ ::String
Returns the value of attribute expression.
163 164 165 |
# File 'sig/types.rbs', line 163 def expression @expression end |
#retry_config ⇒ Types::RetryConfigInput
Returns the value of attribute retry_config.
165 166 167 |
# File 'sig/types.rbs', line 165 def retry_config @retry_config end |