Class: Aws::Types::DescribeContactVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeContactVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#version_id ⇒ ::Integer
Returns the value of attribute version_id.
Instance Attribute Details
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
412 413 414 |
# File 'sig/types.rbs', line 412 def contact_id @contact_id end |
#version_id ⇒ ::Integer
Returns the value of attribute version_id.
413 414 415 |
# File 'sig/types.rbs', line 413 def version_id @version_id end |