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)


1378
1379
1380
# File 'sig/types.rbs', line 1378

def client_token
  @client_token
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


1376
1377
1378
# File 'sig/types.rbs', line 1376

def content
  @content
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1375
1376
1377
# File 'sig/types.rbs', line 1375

def description
  @description
end

#external_invocation_configurationTypes::ExternalInvocationConfiguration

Returns the value of attribute external_invocation_configuration.



1380
1381
1382
# File 'sig/types.rbs', line 1380

def external_invocation_configuration
  @external_invocation_configuration
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1373
1374
1375
# File 'sig/types.rbs', line 1373

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1374
1375
1376
# File 'sig/types.rbs', line 1374

def name
  @name
end

#settings::String

Returns the value of attribute settings.

Returns:

  • (::String)


1379
1380
1381
# File 'sig/types.rbs', line 1379

def settings
  @settings
end

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

Returns the value of attribute tags.

Returns:

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


1377
1378
1379
# File 'sig/types.rbs', line 1377

def tags
  @tags
end