Class: Aws::Types::UpdateAppInstanceBotRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAppInstanceBotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_instance_bot_arn ⇒ ::String
Returns the value of attribute app_instance_bot_arn.
-
#configuration ⇒ Types::Configuration
Returns the value of attribute configuration.
-
#metadata ⇒ ::String
Returns the value of attribute metadata.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#app_instance_bot_arn ⇒ ::String
Returns the value of attribute app_instance_bot_arn.
488 489 490 |
# File 'sig/types.rbs', line 488 def app_instance_bot_arn @app_instance_bot_arn end |
#configuration ⇒ Types::Configuration
Returns the value of attribute configuration.
491 492 493 |
# File 'sig/types.rbs', line 491 def configuration @configuration end |
#metadata ⇒ ::String
Returns the value of attribute metadata.
490 491 492 |
# File 'sig/types.rbs', line 490 def @metadata end |
#name ⇒ ::String
Returns the value of attribute name.
489 490 491 |
# File 'sig/types.rbs', line 489 def name @name end |