Class: Aws::Types::ContactFlow
- Inherits:
-
Object
- Object
- Aws::Types::ContactFlow
- 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.
-
#flow_content_sha_256 ⇒ ::String
Returns the value of attribute flow_content_sha_256.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
-
#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.
-
#type ⇒ "CONTACT_FLOW", ...
Returns the value of attribute type.
-
#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.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def arn @arn end |
#content ⇒ ::String
Returns the value of attribute content.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def content @content end |
#description ⇒ ::String
Returns the value of attribute description.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def description @description end |
#flow_content_sha_256 ⇒ ::String
Returns the value of attribute flow_content_sha_256.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def flow_content_sha_256 @flow_content_sha_256 end |
#id ⇒ ::String
Returns the value of attribute id.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def id @id end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def name @name end |
#state ⇒ "ACTIVE", "ARCHIVED"
Returns the value of attribute state.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def state @state end |
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def @tags end |
#type ⇒ "CONTACT_FLOW", ...
Returns the value of attribute type.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def type @type end |
#version ⇒ ::Integer
Returns the value of attribute version.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def version @version end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def version_description @version_description end |