Class: Aws::Types::CreateContactFlowModuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateContactFlowModuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#external_invocation_configuration ⇒ Types::ExternalInvocationConfiguration
Returns the value of attribute external_invocation_configuration.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#settings ⇒ ::String
Returns the value of attribute settings.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def client_token @client_token end |
#content ⇒ ::String
Returns the value of attribute content.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def content @content end |
#description ⇒ ::String
Returns the value of attribute description.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def description @description end |
#external_invocation_configuration ⇒ Types::ExternalInvocationConfiguration
Returns the value of attribute external_invocation_configuration.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def external_invocation_configuration @external_invocation_configuration end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def name @name end |
#settings ⇒ ::String
Returns the value of attribute settings.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def settings @settings end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def @tags end |