Class: Aws::Types::AdvancedConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alternate_target_group_arn::String

Returns the value of attribute alternate_target_group_arn.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def alternate_target_group_arn
  @alternate_target_group_arn
end

#production_listener_rule::String

Returns the value of attribute production_listener_rule.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def production_listener_rule
  @production_listener_rule
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def role_arn
  @role_arn
end

#test_listener_rule::String

Returns the value of attribute test_listener_rule.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def test_listener_rule
  @test_listener_rule
end