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)


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

def arn
  @arn
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


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

def content
  @content
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#external_invocation_configurationTypes::ExternalInvocationConfiguration

Returns the value of attribute external_invocation_configuration.



1092
1093
1094
# File 'sig/types.rbs', line 1092

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)


1088
1089
1090
# File 'sig/types.rbs', line 1088

def flow_module_content_sha_256
  @flow_module_content_sha_256
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#settings::String

Returns the value of attribute settings.

Returns:

  • (::String)


1091
1092
1093
# File 'sig/types.rbs', line 1091

def settings
  @settings
end

#state"ACTIVE", "ARCHIVED"

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "ARCHIVED")


1085
1086
1087
# File 'sig/types.rbs', line 1085

def state
  @state
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


1086
1087
1088
# File 'sig/types.rbs', line 1086

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


1087
1088
1089
# File 'sig/types.rbs', line 1087

def tags
  @tags
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


1089
1090
1091
# File 'sig/types.rbs', line 1089

def version
  @version
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def version_description
  @version_description
end