Class: Aws::Types::ListTrafficDistributionGroupsResponse

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)


5508
5509
5510
# File 'sig/types.rbs', line 5508

def next_token
  @next_token
end

#traffic_distribution_group_summary_list::Array[Types::TrafficDistributionGroupSummary]

Returns the value of attribute traffic_distribution_group_summary_list.



5509
5510
5511
# File 'sig/types.rbs', line 5509

def traffic_distribution_group_summary_list
  @traffic_distribution_group_summary_list
end