Class: Aws::Types::AppInstanceBotSummary
- Inherits:
-
Object
- Object
- Aws::Types::AppInstanceBotSummary
- 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.
-
#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.
43 44 45 |
# File 'sig/types.rbs', line 43 def app_instance_bot_arn @app_instance_bot_arn end |
#metadata ⇒ ::String
Returns the value of attribute metadata.
45 46 47 |
# File 'sig/types.rbs', line 45 def @metadata end |
#name ⇒ ::String
Returns the value of attribute name.
44 45 46 |
# File 'sig/types.rbs', line 44 def name @name end |