Class: Aws::Connect::Types::ContactFlowModuleAliasInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ContactFlowModuleAliasInfo
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Contains information about an alias.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_id ⇒ String
The identifier of the alias.
-
#contact_flow_module_arn ⇒ String
The Amazon Resource Name (ARN) of the flow module.
-
#contact_flow_module_id ⇒ String
The identifier of the flow module.
-
#description ⇒ String
The description of the alias.
-
#last_modified_region ⇒ String
The Amazon Web Services Region where this resource was last modified.
-
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
-
#name ⇒ String
The name of the alias.
-
#version ⇒ Integer
The version of the flow module.
Instance Attribute Details
#alias_id ⇒ String
The identifier of the alias.
4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4045 class ContactFlowModuleAliasInfo < Struct.new( :contact_flow_module_id, :contact_flow_module_arn, :alias_id, :version, :name, :description, :last_modified_region, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#contact_flow_module_arn ⇒ String
The Amazon Resource Name (ARN) of the flow module.
4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4045 class ContactFlowModuleAliasInfo < Struct.new( :contact_flow_module_id, :contact_flow_module_arn, :alias_id, :version, :name, :description, :last_modified_region, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#contact_flow_module_id ⇒ String
The identifier of the flow module.
4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4045 class ContactFlowModuleAliasInfo < Struct.new( :contact_flow_module_id, :contact_flow_module_arn, :alias_id, :version, :name, :description, :last_modified_region, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the alias.
4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4045 class ContactFlowModuleAliasInfo < Struct.new( :contact_flow_module_id, :contact_flow_module_arn, :alias_id, :version, :name, :description, :last_modified_region, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_region ⇒ String
The Amazon Web Services Region where this resource was last modified.
4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4045 class ContactFlowModuleAliasInfo < Struct.new( :contact_flow_module_id, :contact_flow_module_arn, :alias_id, :version, :name, :description, :last_modified_region, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4045 class ContactFlowModuleAliasInfo < Struct.new( :contact_flow_module_id, :contact_flow_module_arn, :alias_id, :version, :name, :description, :last_modified_region, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the alias.
4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4045 class ContactFlowModuleAliasInfo < Struct.new( :contact_flow_module_id, :contact_flow_module_arn, :alias_id, :version, :name, :description, :last_modified_region, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The version of the flow module.
4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4045 class ContactFlowModuleAliasInfo < Struct.new( :contact_flow_module_id, :contact_flow_module_arn, :alias_id, :version, :name, :description, :last_modified_region, :last_modified_time) SENSITIVE = [] include Aws::Structure end |