Class: Aws::Types::CreateBotVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBotVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#checksum ⇒ ::String
Returns the value of attribute checksum.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#checksum ⇒ ::String
Returns the value of attribute checksum.
98 99 100 |
# File 'sig/types.rbs', line 98 def checksum @checksum end |
#name ⇒ ::String
Returns the value of attribute name.
97 98 99 |
# File 'sig/types.rbs', line 97 def name @name end |