Class: Aws::Types::TrafficPolicySummary
- Inherits:
-
Object
- Object
- Aws::Types::TrafficPolicySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#latest_version ⇒ ::Integer
Returns the value of attribute latest_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#traffic_policy_count ⇒ ::Integer
Returns the value of attribute traffic_policy_count.
-
#type ⇒ "SOA", ...
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1486 1487 1488 |
# File 'sig/types.rbs', line 1486 def id @id end |
#latest_version ⇒ ::Integer
Returns the value of attribute latest_version.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def latest_version @latest_version end |
#name ⇒ ::String
Returns the value of attribute name.
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.
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.
1488 1489 1490 |
# File 'sig/types.rbs', line 1488 def type @type end |