Class: Aws::Types::AppInstanceBot
- Inherits:
-
Object
- Object
- Aws::Types::AppInstanceBot
- 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.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
-
#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.
33 34 35 |
# File 'sig/types.rbs', line 33 def app_instance_bot_arn @app_instance_bot_arn end |
#configuration ⇒ Types::Configuration
Returns the value of attribute configuration.
35 36 37 |
# File 'sig/types.rbs', line 35 def configuration @configuration end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
36 37 38 |
# File 'sig/types.rbs', line 36 def @created_timestamp end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
37 38 39 |
# File 'sig/types.rbs', line 37 def @last_updated_timestamp end |
#metadata ⇒ ::String
Returns the value of attribute metadata.
38 39 40 |
# File 'sig/types.rbs', line 38 def @metadata end |
#name ⇒ ::String
Returns the value of attribute name.
34 35 36 |
# File 'sig/types.rbs', line 34 def name @name end |