Class: Aws::Connect::Types::CreateContactFlowVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateContactFlowVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_flow_id ⇒ String
The identifier of the flow.
-
#description ⇒ String
The description of the flow version.
-
#flow_content_sha_256 ⇒ String
Indicates the checksum value of the flow content.
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#last_modified_region ⇒ String
The Amazon Web Services Region where this resource was last modified.
-
#last_modified_time ⇒ Time
The Amazon Web Services Region where this resource was last modified.
Instance Attribute Details
#contact_flow_id ⇒ String
The identifier of the flow.
3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 |
# File 'lib/aws-sdk-connect/types.rb', line 3346 class CreateContactFlowVersionRequest < Struct.new( :instance_id, :description, :contact_flow_id, :flow_content_sha_256, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the flow version.
3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 |
# File 'lib/aws-sdk-connect/types.rb', line 3346 class CreateContactFlowVersionRequest < Struct.new( :instance_id, :description, :contact_flow_id, :flow_content_sha_256, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#flow_content_sha_256 ⇒ String
Indicates the checksum value of the flow content.
3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 |
# File 'lib/aws-sdk-connect/types.rb', line 3346 class CreateContactFlowVersionRequest < Struct.new( :instance_id, :description, :contact_flow_id, :flow_content_sha_256, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 |
# File 'lib/aws-sdk-connect/types.rb', line 3346 class CreateContactFlowVersionRequest < Struct.new( :instance_id, :description, :contact_flow_id, :flow_content_sha_256, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_region ⇒ String
The Amazon Web Services Region where this resource was last modified.
3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 |
# File 'lib/aws-sdk-connect/types.rb', line 3346 class CreateContactFlowVersionRequest < Struct.new( :instance_id, :description, :contact_flow_id, :flow_content_sha_256, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The Amazon Web Services Region where this resource was last modified.
3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 |
# File 'lib/aws-sdk-connect/types.rb', line 3346 class CreateContactFlowVersionRequest < Struct.new( :instance_id, :description, :contact_flow_id, :flow_content_sha_256, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |