Class: Aws::Types::DescribeTrafficSourcesResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTrafficSourcesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#traffic_sources ⇒ ::Array[Types::TrafficSourceState]
Returns the value of attribute traffic_sources.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
568 569 570 |
# File 'sig/types.rbs', line 568 def next_token @next_token end |
#traffic_sources ⇒ ::Array[Types::TrafficSourceState]
Returns the value of attribute traffic_sources.
567 568 569 |
# File 'sig/types.rbs', line 567 def traffic_sources @traffic_sources end |