Class: Aws::Types::CanaryScheduleInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#duration_in_seconds::Integer

Returns the value of attribute duration_in_seconds.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def expression
  @expression
end

#retry_configTypes::RetryConfigInput

Returns the value of attribute retry_config.



165
166
167
# File 'sig/types.rbs', line 165

def retry_config
  @retry_config
end