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.
4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4659 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.
4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4659 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.
4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4659 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.
4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4659 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.
4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4659 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.
4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4659 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.
4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4659 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.
4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4659 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 |