Class: Aws::Types::TimeBasedCanary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#canary_interval::Integer

Returns the value of attribute canary_interval.

Returns:

  • (::Integer)


1246
1247
1248
# File 'sig/types.rbs', line 1246

def canary_interval
  @canary_interval
end

#canary_percentage::Integer

Returns the value of attribute canary_percentage.

Returns:

  • (::Integer)


1245
1246
1247
# File 'sig/types.rbs', line 1245

def canary_percentage
  @canary_percentage
end