Class: Aws::Connect::Types::ContactFlowModuleVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ContactFlowModuleVersionSummary
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Contains information about a version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the flow module version.
-
#version ⇒ Integer
The version of the flow module.
-
#version_description ⇒ String
The description of the flow module version.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the flow module version.
4201 4202 4203 4204 4205 4206 4207 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4201 class ContactFlowModuleVersionSummary < Struct.new( :arn, :version_description, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The version of the flow module.
4201 4202 4203 4204 4205 4206 4207 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4201 class ContactFlowModuleVersionSummary < Struct.new( :arn, :version_description, :version) SENSITIVE = [] include Aws::Structure end |
#version_description ⇒ String
The description of the flow module version.
4201 4202 4203 4204 4205 4206 4207 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4201 class ContactFlowModuleVersionSummary < Struct.new( :arn, :version_description, :version) SENSITIVE = [] include Aws::Structure end |