Class: Aws::Types::CreateTrafficPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTrafficPolicyRequest
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
295 296 297 |
# File 'sig/types.rbs', line 295 def comment @comment end |
#document ⇒ ::String
Returns the value of attribute document.
294 295 296 |
# File 'sig/types.rbs', line 294 def document @document end |
#name ⇒ ::String
Returns the value of attribute name.
293 294 295 |
# File 'sig/types.rbs', line 293 def name @name end |