Class: Aws::Types::DescribeTrafficSourcesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



567
568
569
# File 'sig/types.rbs', line 567

def traffic_sources
  @traffic_sources
end