Class: Aws::Types::ListTrafficPolicyVersionsResponse

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)


1226
1227
1228
# File 'sig/types.rbs', line 1226

def is_truncated
  @is_truncated
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1228
1229
1230
# File 'sig/types.rbs', line 1228

def max_items
  @max_items
end

#traffic_policies::Array[Types::TrafficPolicy]

Returns the value of attribute traffic_policies.

Returns:



1225
1226
1227
# File 'sig/types.rbs', line 1225

def traffic_policies
  @traffic_policies
end

#traffic_policy_version_marker::String

Returns the value of attribute traffic_policy_version_marker.

Returns:

  • (::String)


1227
1228
1229
# File 'sig/types.rbs', line 1227

def traffic_policy_version_marker
  @traffic_policy_version_marker
end