Class: Aws::Types::CanaryScheduleOutput
- Inherits:
-
Object
- Object
- Aws::Types::CanaryScheduleOutput
- 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::RetryConfigOutput
Returns the value of attribute retry_config.
Instance Attribute Details
#duration_in_seconds ⇒ ::Integer
Returns the value of attribute duration_in_seconds.
171 172 173 |
# File 'sig/types.rbs', line 171 def duration_in_seconds @duration_in_seconds end |
#expression ⇒ ::String
Returns the value of attribute expression.
170 171 172 |
# File 'sig/types.rbs', line 170 def expression @expression end |
#retry_config ⇒ Types::RetryConfigOutput
Returns the value of attribute retry_config.
172 173 174 |
# File 'sig/types.rbs', line 172 def retry_config @retry_config end |