Class: Aws::Types::ContactFlowModule

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:

  • (::String)


1066
1067
1068
# File 'sig/types.rbs', line 1066

def arn
  @arn
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


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

def content
  @content
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#external_invocation_configurationTypes::ExternalInvocationConfiguration

Returns the value of attribute external_invocation_configuration.



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

def external_invocation_configuration
  @external_invocation_configuration
end

#flow_module_content_sha_256::String

Returns the value of attribute flow_module_content_sha_256.

Returns:

  • (::String)


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

def flow_module_content_sha_256
  @flow_module_content_sha_256
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1067
1068
1069
# File 'sig/types.rbs', line 1067

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1068
1069
1070
# File 'sig/types.rbs', line 1068

def name
  @name
end

#settings::String

Returns the value of attribute settings.

Returns:

  • (::String)


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

def settings
  @settings
end

#state"ACTIVE", "ARCHIVED"

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "ARCHIVED")


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

def state
  @state
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


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

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


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

def tags
  @tags
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


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

def version
  @version
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


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

def version_description
  @version_description
end