Class: Aws::Types::AwsEventsEndpointRoutingConfigFailoverConfigDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEventsEndpointRoutingConfigFailoverConfigDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#primary ⇒ Types::AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails
Returns the value of attribute primary.
-
#secondary ⇒ Types::AwsEventsEndpointRoutingConfigFailoverConfigSecondaryDetails
Returns the value of attribute secondary.
Instance Attribute Details
#primary ⇒ Types::AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails
Returns the value of attribute primary.
2847 2848 2849 |
# File 'sig/types.rbs', line 2847 def primary @primary end |
#secondary ⇒ Types::AwsEventsEndpointRoutingConfigFailoverConfigSecondaryDetails
Returns the value of attribute secondary.
2848 2849 2850 |
# File 'sig/types.rbs', line 2848 def secondary @secondary end |