Class: Aws::Types::CanaryScheduleOutput

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)


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.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def expression
  @expression
end

#retry_configTypes::RetryConfigOutput

Returns the value of attribute retry_config.



172
173
174
# File 'sig/types.rbs', line 172

def retry_config
  @retry_config
end