Class: Aws::Types::ContactFlow

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



1070
1071
1072
# File 'sig/types.rbs', line 1070

def arn
  @arn
end

#content::String

Returns the value of attribute content.

Returns:



1077
1078
1079
# File 'sig/types.rbs', line 1077

def content
  @content
end

#description::String

Returns the value of attribute description.

Returns:



1076
1077
1078
# File 'sig/types.rbs', line 1076

def description
  @description
end

#flow_content_sha_256::String

Returns the value of attribute flow_content_sha_256.

Returns:



1079
1080
1081
# File 'sig/types.rbs', line 1079

def flow_content_sha_256
  @flow_content_sha_256
end

#id::String

Returns the value of attribute id.

Returns:



1071
1072
1073
# File 'sig/types.rbs', line 1071

def id
  @id
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:



1083
1084
1085
# File 'sig/types.rbs', line 1083

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



1082
1083
1084
# File 'sig/types.rbs', line 1082

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:



1072
1073
1074
# File 'sig/types.rbs', line 1072

def name
  @name
end

#state"ACTIVE", "ARCHIVED"

Returns the value of attribute state.

Returns:



1074
1075
1076
# File 'sig/types.rbs', line 1074

def state
  @state
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:



1075
1076
1077
# File 'sig/types.rbs', line 1075

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



1078
1079
1080
# File 'sig/types.rbs', line 1078

def tags
  @tags
end

#type"CONTACT_FLOW", ...

Returns the value of attribute type.

Returns:



1073
1074
1075
# File 'sig/types.rbs', line 1073

def type
  @type
end

#version::Integer

Returns the value of attribute version.

Returns:



1080
1081
1082
# File 'sig/types.rbs', line 1080

def version
  @version
end

#version_description::String

Returns the value of attribute version_description.

Returns:



1081
1082
1083
# File 'sig/types.rbs', line 1081

def version_description
  @version_description
end