Class: Aws::Types::PreviewConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_actions::Array[("DISCARD")]

Returns the value of attribute agent_actions.

Returns:

  • (::Array[("DISCARD")])


559
560
561
# File 'sig/types.rbs', line 559

def agent_actions
  @agent_actions
end

#bandwidth_allocation::Float

Returns the value of attribute bandwidth_allocation.

Returns:

  • (::Float)


557
558
559
# File 'sig/types.rbs', line 557

def bandwidth_allocation
  @bandwidth_allocation
end

#timeout_configTypes::TimeoutConfig

Returns the value of attribute timeout_config.



558
559
560
# File 'sig/types.rbs', line 558

def timeout_config
  @timeout_config
end