Class: Aws::Types::ContactFlowModule
- Inherits:
-
Object
- Object
- Aws::Types::ContactFlowModule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#external_invocation_configuration ⇒ Types::ExternalInvocationConfiguration
Returns the value of attribute external_invocation_configuration.
-
#flow_module_content_sha_256 ⇒ ::String
Returns the value of attribute flow_module_content_sha_256.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#settings ⇒ ::String
Returns the value of attribute settings.
-
#state ⇒ "ACTIVE", "ARCHIVED"
Returns the value of attribute state.
-
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#version ⇒ ::Integer
Returns the value of attribute version.
-
#version_description ⇒ ::String
Returns the value of attribute version_description.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def arn @arn end |
#content ⇒ ::String
Returns the value of attribute content.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def content @content end |
#description ⇒ ::String
Returns the value of attribute description.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def description @description end |
#external_invocation_configuration ⇒ Types::ExternalInvocationConfiguration
Returns the value of attribute external_invocation_configuration.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def external_invocation_configuration @external_invocation_configuration end |
#flow_module_content_sha_256 ⇒ ::String
Returns the value of attribute flow_module_content_sha_256.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def flow_module_content_sha_256 @flow_module_content_sha_256 end |
#id ⇒ ::String
Returns the value of attribute id.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def name @name end |
#settings ⇒ ::String
Returns the value of attribute settings.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def settings @settings end |
#state ⇒ "ACTIVE", "ARCHIVED"
Returns the value of attribute state.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def state @state end |
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def @tags end |
#version ⇒ ::Integer
Returns the value of attribute version.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def version @version end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def version_description @version_description end |