Class: Aws::Types::TrafficPolicy
- Inherits:
-
Object
- Object
- Aws::Types::TrafficPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#document ⇒ ::String
Returns the value of attribute document.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "SOA", ...
Returns the value of attribute type.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def comment @comment end |
#document ⇒ ::String
Returns the value of attribute document.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def document @document end |
#id ⇒ ::String
Returns the value of attribute id.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def name @name end |
#type ⇒ "SOA", ...
Returns the value of attribute type.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def type @type end |
#version ⇒ ::Integer
Returns the value of attribute version.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def version @version end |