Class: Aws::Types::CanaryRunConfigInput

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)


133
134
135
# File 'sig/types.rbs', line 133

def active_tracing
  @active_tracing
end

#environment_variables::Hash[::String, ::String]

Returns the value of attribute environment_variables.

Returns:

  • (::Hash[::String, ::String])


134
135
136
# File 'sig/types.rbs', line 134

def environment_variables
  @environment_variables
end

#ephemeral_storage::Integer

Returns the value of attribute ephemeral_storage.

Returns:

  • (::Integer)


135
136
137
# File 'sig/types.rbs', line 135

def ephemeral_storage
  @ephemeral_storage
end

#memory_in_mb::Integer

Returns the value of attribute memory_in_mb.

Returns:

  • (::Integer)


132
133
134
# File 'sig/types.rbs', line 132

def memory_in_mb
  @memory_in_mb
end

#timeout_in_seconds::Integer

Returns the value of attribute timeout_in_seconds.

Returns:

  • (::Integer)


131
132
133
# File 'sig/types.rbs', line 131

def timeout_in_seconds
  @timeout_in_seconds
end