Class: Aws::Types::ContactFlowModuleAliasInfo
- Inherits:
-
Object
- Object
- Aws::Types::ContactFlowModuleAliasInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_id ⇒ ::String
Returns the value of attribute alias_id.
-
#contact_flow_module_arn ⇒ ::String
Returns the value of attribute contact_flow_module_arn.
-
#contact_flow_module_id ⇒ ::String
Returns the value of attribute contact_flow_module_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#alias_id ⇒ ::String
Returns the value of attribute alias_id.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def alias_id @alias_id end |
#contact_flow_module_arn ⇒ ::String
Returns the value of attribute contact_flow_module_arn.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def contact_flow_module_arn @contact_flow_module_arn end |
#contact_flow_module_id ⇒ ::String
Returns the value of attribute contact_flow_module_id.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def contact_flow_module_id @contact_flow_module_id end |
#description ⇒ ::String
Returns the value of attribute description.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def description @description end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def name @name end |
#version ⇒ ::Integer
Returns the value of attribute version.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def version @version end |