Class: Aws::Types::AdvancedConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AdvancedConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alternate_target_group_arn ⇒ ::String
Returns the value of attribute alternate_target_group_arn.
-
#production_listener_rule ⇒ ::String
Returns the value of attribute production_listener_rule.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#test_listener_rule ⇒ ::String
Returns the value of attribute test_listener_rule.
Instance Attribute Details
#alternate_target_group_arn ⇒ ::String
Returns the value of attribute alternate_target_group_arn.
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.
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.
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.
31 32 33 |
# File 'sig/types.rbs', line 31 def test_listener_rule @test_listener_rule end |