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:



1394
1395
1396
# File 'sig/types.rbs', line 1394

def client_token
  @client_token
end

#content::String

Returns the value of attribute content.

Returns:



1392
1393
1394
# File 'sig/types.rbs', line 1392

def content
  @content
end

#description::String

Returns the value of attribute description.

Returns:



1391
1392
1393
# File 'sig/types.rbs', line 1391

def description
  @description
end

#external_invocation_configurationTypes::ExternalInvocationConfiguration

Returns the value of attribute external_invocation_configuration.

Returns:



1396
1397
1398
# File 'sig/types.rbs', line 1396

def external_invocation_configuration
  @external_invocation_configuration
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:



1389
1390
1391
# File 'sig/types.rbs', line 1389

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:



1390
1391
1392
# File 'sig/types.rbs', line 1390

def name
  @name
end

#settings::String

Returns the value of attribute settings.

Returns:



1395
1396
1397
# File 'sig/types.rbs', line 1395

def settings
  @settings
end

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

Returns the value of attribute tags.

Returns:



1393
1394
1395
# File 'sig/types.rbs', line 1393

def tags
  @tags
end