Class: Aws::Types::CreateContactFlowVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateContactFlowVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
-
#contact_flow_version ⇒ ::Integer
Returns the value of attribute contact_flow_version.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#flow_content_sha_256 ⇒ ::String
Returns the value of attribute flow_content_sha_256.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
Instance Attribute Details
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def contact_flow_id @contact_flow_id end |
#contact_flow_version ⇒ ::Integer
Returns the value of attribute contact_flow_version.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def contact_flow_version @contact_flow_version end |
#description ⇒ ::String
Returns the value of attribute description.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def description @description end |
#flow_content_sha_256 ⇒ ::String
Returns the value of attribute flow_content_sha_256.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def flow_content_sha_256 @flow_content_sha_256 end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def instance_id @instance_id end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def last_modified_time @last_modified_time end |