Class: Aws::Types::TrafficPolicySummary

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:



1486
1487
1488
# File 'sig/types.rbs', line 1486

def id
  @id
end

#latest_version::Integer

Returns the value of attribute latest_version.

Returns:



1489
1490
1491
# File 'sig/types.rbs', line 1489

def latest_version
  @latest_version
end

#name::String

Returns the value of attribute name.

Returns:



1487
1488
1489
# File 'sig/types.rbs', line 1487

def name
  @name
end

#traffic_policy_count::Integer

Returns the value of attribute traffic_policy_count.

Returns:



1490
1491
1492
# File 'sig/types.rbs', line 1490

def traffic_policy_count
  @traffic_policy_count
end

#type"SOA", ...

Returns the value of attribute type.

Returns:



1488
1489
1490
# File 'sig/types.rbs', line 1488

def type
  @type
end