Class: Aws::Types::CanaryRunConfigOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_tracingBoolean

Returns the value of attribute active_tracing.

Returns:

  • (Boolean)


142
143
144
# File 'sig/types.rbs', line 142

def active_tracing
  @active_tracing
end

#ephemeral_storage::Integer

Returns the value of attribute ephemeral_storage.

Returns:

  • (::Integer)


143
144
145
# File 'sig/types.rbs', line 143

def ephemeral_storage
  @ephemeral_storage
end

#memory_in_mb::Integer

Returns the value of attribute memory_in_mb.

Returns:

  • (::Integer)


141
142
143
# File 'sig/types.rbs', line 141

def memory_in_mb
  @memory_in_mb
end

#timeout_in_seconds::Integer

Returns the value of attribute timeout_in_seconds.

Returns:

  • (::Integer)


140
141
142
# File 'sig/types.rbs', line 140

def timeout_in_seconds
  @timeout_in_seconds
end