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.
-
#contact_flow_version ⇒ Integer
The identifier of the flow version.
-
#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.
3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 |
# File 'lib/aws-sdk-connect/types.rb', line 3674 class CreateContactFlowVersionRequest < Struct.new( :instance_id, :description, :contact_flow_id, :flow_content_sha_256, :contact_flow_version, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#contact_flow_version ⇒ Integer
The identifier of the flow version.
3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 |
# File 'lib/aws-sdk-connect/types.rb', line 3674 class CreateContactFlowVersionRequest < Struct.new( :instance_id, :description, :contact_flow_id, :flow_content_sha_256, :contact_flow_version, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the flow version.
3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 |
# File 'lib/aws-sdk-connect/types.rb', line 3674 class CreateContactFlowVersionRequest < Struct.new( :instance_id, :description, :contact_flow_id, :flow_content_sha_256, :contact_flow_version, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#flow_content_sha_256 ⇒ String
Indicates the checksum value of the flow content.
3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 |
# File 'lib/aws-sdk-connect/types.rb', line 3674 class CreateContactFlowVersionRequest < Struct.new( :instance_id, :description, :contact_flow_id, :flow_content_sha_256, :contact_flow_version, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 |
# File 'lib/aws-sdk-connect/types.rb', line 3674 class CreateContactFlowVersionRequest < Struct.new( :instance_id, :description, :contact_flow_id, :flow_content_sha_256, :contact_flow_version, :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.
3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 |
# File 'lib/aws-sdk-connect/types.rb', line 3674 class CreateContactFlowVersionRequest < Struct.new( :instance_id, :description, :contact_flow_id, :flow_content_sha_256, :contact_flow_version, :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.
3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 |
# File 'lib/aws-sdk-connect/types.rb', line 3674 class CreateContactFlowVersionRequest < Struct.new( :instance_id, :description, :contact_flow_id, :flow_content_sha_256, :contact_flow_version, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |