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.
3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3483 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.
3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3483 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.
3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3483 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.
3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3483 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.
3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3483 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.
3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3483 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.
3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3483 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.
3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3483 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 |