Class: Aws::Connect::Types::ContactFlowVersionSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the view version.

Returns:

  • (String)


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

#versionInteger

The identifier of the flow version.

Returns:

  • (Integer)


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_descriptionString

The description of the flow version.

Returns:

  • (String)


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