Class: Aws::Types::AttachTrafficSourcesType
- Inherits:
-
Object
- Object
- Aws::Types::AttachTrafficSourcesType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#skip_zonal_shift_validation ⇒ Boolean
Returns the value of attribute skip_zonal_shift_validation.
-
#traffic_sources ⇒ ::Array[Types::TrafficSourceIdentifier]
Returns the value of attribute traffic_sources.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
104 105 106 |
# File 'sig/types.rbs', line 104 def auto_scaling_group_name @auto_scaling_group_name end |
#skip_zonal_shift_validation ⇒ Boolean
Returns the value of attribute skip_zonal_shift_validation.
106 107 108 |
# File 'sig/types.rbs', line 106 def skip_zonal_shift_validation @skip_zonal_shift_validation end |
#traffic_sources ⇒ ::Array[Types::TrafficSourceIdentifier]
Returns the value of attribute traffic_sources.
105 106 107 |
# File 'sig/types.rbs', line 105 def traffic_sources @traffic_sources end |