Class: Aws::Types::ListTrafficPolicyVersionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1218
1219
1220
# File 'sig/types.rbs', line 1218

def id
  @id
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1220
1221
1222
# File 'sig/types.rbs', line 1220

def max_items
  @max_items
end

#traffic_policy_version_marker::String

Returns the value of attribute traffic_policy_version_marker.

Returns:

  • (::String)


1219
1220
1221
# File 'sig/types.rbs', line 1219

def traffic_policy_version_marker
  @traffic_policy_version_marker
end