Class: Aws::Types::CreateTrafficPolicyInstanceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTrafficPolicyInstanceRequest
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
278 279 280 |
# File 'sig/types.rbs', line 278 def hosted_zone_id @hosted_zone_id end |
#name ⇒ ::String
Returns the value of attribute name.
279 280 281 |
# File 'sig/types.rbs', line 279 def name @name end |
#traffic_policy_id ⇒ ::String
Returns the value of attribute traffic_policy_id.
281 282 283 |
# File 'sig/types.rbs', line 281 def traffic_policy_id @traffic_policy_id end |
#traffic_policy_version ⇒ ::Integer
Returns the value of attribute traffic_policy_version.
282 283 284 |
# File 'sig/types.rbs', line 282 def traffic_policy_version @traffic_policy_version end |
#ttl ⇒ ::Integer
Returns the value of attribute ttl.
280 281 282 |
# File 'sig/types.rbs', line 280 def ttl @ttl end |