Class: Aws::Types::ListTrafficPoliciesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


1156
1157
1158
# File 'sig/types.rbs', line 1156

def is_truncated
  @is_truncated
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def max_items
  @max_items
end

#traffic_policy_id_marker::String

Returns the value of attribute traffic_policy_id_marker.

Returns:

  • (::String)


1157
1158
1159
# File 'sig/types.rbs', line 1157

def traffic_policy_id_marker
  @traffic_policy_id_marker
end

#traffic_policy_summaries::Array[Types::TrafficPolicySummary]

Returns the value of attribute traffic_policy_summaries.

Returns:



1155
1156
1157
# File 'sig/types.rbs', line 1155

def traffic_policy_summaries
  @traffic_policy_summaries
end