Class: Aws::Types::CreateTrafficPolicyVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTrafficPolicyVersionRequest
- 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.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
308 309 310 |
# File 'sig/types.rbs', line 308 def comment @comment end |
#document ⇒ ::String
Returns the value of attribute document.
307 308 309 |
# File 'sig/types.rbs', line 307 def document @document end |
#id ⇒ ::String
Returns the value of attribute id.
306 307 308 |
# File 'sig/types.rbs', line 306 def id @id end |