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)


1102
1103
1104
# File 'sig/types.rbs', line 1102

def arn
  @arn
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


1105
1106
1107
# File 'sig/types.rbs', line 1105

def content
  @content
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1106
1107
1108
# File 'sig/types.rbs', line 1106

def description
  @description
end

#external_invocation_configurationTypes::ExternalInvocationConfiguration

Returns the value of attribute external_invocation_configuration.



1114
1115
1116
# File 'sig/types.rbs', line 1114

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)


1110
1111
1112
# File 'sig/types.rbs', line 1110

def flow_module_content_sha_256
  @flow_module_content_sha_256
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1103
1104
1105
# File 'sig/types.rbs', line 1103

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1104
1105
1106
# File 'sig/types.rbs', line 1104

def name
  @name
end

#settings::String

Returns the value of attribute settings.

Returns:

  • (::String)


1113
1114
1115
# File 'sig/types.rbs', line 1113

def settings
  @settings
end

#state"ACTIVE", "ARCHIVED"

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "ARCHIVED")


1107
1108
1109
# File 'sig/types.rbs', line 1107

def state
  @state
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


1108
1109
1110
# File 'sig/types.rbs', line 1108

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


1109
1110
1111
# File 'sig/types.rbs', line 1109

def tags
  @tags
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


1111
1112
1113
# File 'sig/types.rbs', line 1111

def version
  @version
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


1112
1113
1114
# File 'sig/types.rbs', line 1112

def version_description
  @version_description
end