Class: Aws::Types::TrafficPolicyInstance
- Inherits:
-
Object
- Object
- Aws::Types::TrafficPolicyInstance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ ::String
Returns the value of attribute state.
-
#traffic_policy_id ⇒ ::String
Returns the value of attribute traffic_policy_id.
-
#traffic_policy_type ⇒ "SOA", ...
Returns the value of attribute traffic_policy_type.
-
#traffic_policy_version ⇒ ::Integer
Returns the value of attribute traffic_policy_version.
-
#ttl ⇒ ::Integer
Returns the value of attribute ttl.
Instance Attribute Details
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def hosted_zone_id @hosted_zone_id end |
#id ⇒ ::String
Returns the value of attribute id.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def id @id end |
#message ⇒ ::String
Returns the value of attribute message.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def end |
#name ⇒ ::String
Returns the value of attribute name.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def name @name end |
#state ⇒ ::String
Returns the value of attribute state.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def state @state end |
#traffic_policy_id ⇒ ::String
Returns the value of attribute traffic_policy_id.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def traffic_policy_id @traffic_policy_id end |
#traffic_policy_type ⇒ "SOA", ...
Returns the value of attribute traffic_policy_type.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def traffic_policy_type @traffic_policy_type end |
#traffic_policy_version ⇒ ::Integer
Returns the value of attribute traffic_policy_version.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def traffic_policy_version @traffic_policy_version end |
#ttl ⇒ ::Integer
Returns the value of attribute ttl.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def ttl @ttl end |