Class: Aws::Types::UpdateTrafficPolicyCommentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTrafficPolicyCommentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def comment @comment end |
#id ⇒ ::String
Returns the value of attribute id.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def id @id end |
#version ⇒ ::Integer
Returns the value of attribute version.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def version @version end |