Class: Aws::Types::CreateContactFlowModuleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1358
1359
1360
# File 'sig/types.rbs', line 1358

def client_token
  @client_token
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


1356
1357
1358
# File 'sig/types.rbs', line 1356

def content
  @content
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1355
1356
1357
# File 'sig/types.rbs', line 1355

def description
  @description
end

#external_invocation_configurationTypes::ExternalInvocationConfiguration

Returns the value of attribute external_invocation_configuration.



1360
1361
1362
# File 'sig/types.rbs', line 1360

def external_invocation_configuration
  @external_invocation_configuration
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1353
1354
1355
# File 'sig/types.rbs', line 1353

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1354
1355
1356
# File 'sig/types.rbs', line 1354

def name
  @name
end

#settings::String

Returns the value of attribute settings.

Returns:

  • (::String)


1359
1360
1361
# File 'sig/types.rbs', line 1359

def settings
  @settings
end

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

Returns the value of attribute tags.

Returns:

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


1357
1358
1359
# File 'sig/types.rbs', line 1357

def tags
  @tags
end