Class: Aws::Connect::Types::ContactFlowVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ContactFlowVersionSummary
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
A summary of a contact flow version's metadata.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the view version.
-
#version ⇒ Integer
The identifier of the flow version.
-
#version_description ⇒ String
The description of the flow version.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the view version.
2916 2917 2918 2919 2920 2921 2922 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2916 class ContactFlowVersionSummary < Struct.new( :arn, :version_description, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The identifier of the flow version.
2916 2917 2918 2919 2920 2921 2922 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2916 class ContactFlowVersionSummary < Struct.new( :arn, :version_description, :version) SENSITIVE = [] include Aws::Structure end |
#version_description ⇒ String
The description of the flow version.
2916 2917 2918 2919 2920 2921 2922 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2916 class ContactFlowVersionSummary < Struct.new( :arn, :version_description, :version) SENSITIVE = [] include Aws::Structure end |