Class: Aws::Connect::Types::ContactFlowVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ContactFlowVersionSummary
- Includes:
- Structure
- Defined in:
- 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.
2827 2828 2829 2830 2831 2832 2833 |
# File 'lib/aws-sdk-connect/types.rb', line 2827 class ContactFlowVersionSummary < Struct.new( :arn, :version_description, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The identifier of the flow version.
2827 2828 2829 2830 2831 2832 2833 |
# File 'lib/aws-sdk-connect/types.rb', line 2827 class ContactFlowVersionSummary < Struct.new( :arn, :version_description, :version) SENSITIVE = [] include Aws::Structure end |
#version_description ⇒ String
The description of the flow version.
2827 2828 2829 2830 2831 2832 2833 |
# File 'lib/aws-sdk-connect/types.rb', line 2827 class ContactFlowVersionSummary < Struct.new( :arn, :version_description, :version) SENSITIVE = [] include Aws::Structure end |