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 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.
3011 3012 3013 3014 3015 3016 3017 |
# File 'lib/aws-sdk-connect/types.rb', line 3011 class ContactFlowVersionSummary < Struct.new( :arn, :version_description, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The identifier of the flow version.
3011 3012 3013 3014 3015 3016 3017 |
# File 'lib/aws-sdk-connect/types.rb', line 3011 class ContactFlowVersionSummary < Struct.new( :arn, :version_description, :version) SENSITIVE = [] include Aws::Structure end |
#version_description ⇒ String
The description of the flow version.
3011 3012 3013 3014 3015 3016 3017 |
# File 'lib/aws-sdk-connect/types.rb', line 3011 class ContactFlowVersionSummary < Struct.new( :arn, :version_description, :version) SENSITIVE = [] include Aws::Structure end |