Class: Aws::Types::DetachTrafficSourcesType
- Inherits:
-
Object
- Object
- Aws::Types::DetachTrafficSourcesType
- 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.
-
#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.
626 627 628 |
# File 'sig/types.rbs', line 626 def auto_scaling_group_name @auto_scaling_group_name end |
#traffic_sources ⇒ ::Array[Types::TrafficSourceIdentifier]
Returns the value of attribute traffic_sources.
627 628 629 |
# File 'sig/types.rbs', line 627 def traffic_sources @traffic_sources end |