Class: Aws::Types::ContactFlowModuleAliasSummary
- Inherits:
-
Object
- Object
- Aws::Types::ContactFlowModuleAliasSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_description ⇒ ::String
Returns the value of attribute alias_description.
-
#alias_id ⇒ ::String
Returns the value of attribute alias_id.
-
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#alias_description ⇒ ::String
Returns the value of attribute alias_description.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def alias_description @alias_description end |
#alias_id ⇒ ::String
Returns the value of attribute alias_id.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def alias_id @alias_id end |
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def alias_name @alias_name end |
#arn ⇒ ::String
Returns the value of attribute arn.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def arn @arn end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def last_modified_time @last_modified_time end |
#version ⇒ ::Integer
Returns the value of attribute version.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def version @version end |