Class: Aws::Types::UpdateTrafficPolicyInstanceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTrafficPolicyInstanceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#traffic_policy_id ⇒ ::String
Returns the value of attribute traffic_policy_id.
-
#traffic_policy_version ⇒ ::Integer
Returns the value of attribute traffic_policy_version.
-
#ttl ⇒ ::Integer
Returns the value of attribute ttl.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def id @id end |
#traffic_policy_id ⇒ ::String
Returns the value of attribute traffic_policy_id.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def traffic_policy_id @traffic_policy_id end |
#traffic_policy_version ⇒ ::Integer
Returns the value of attribute traffic_policy_version.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def traffic_policy_version @traffic_policy_version end |
#ttl ⇒ ::Integer
Returns the value of attribute ttl.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def ttl @ttl end |