Class: Aws::Types::CreateAppInstanceBotRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAppInstanceBotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_instance_arn ⇒ ::String
Returns the value of attribute app_instance_arn.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#app_instance_arn ⇒ ::String
Returns the value of attribute app_instance_arn.
137 138 139 |
# File 'sig/types.rbs', line 137 def app_instance_arn @app_instance_arn end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
140 141 142 |
# File 'sig/types.rbs', line 140 def client_request_token @client_request_token end |
#configuration ⇒ Types::Configuration
Returns the value of attribute configuration.
142 143 144 |
# File 'sig/types.rbs', line 142 def configuration @configuration end |
#metadata ⇒ ::String
Returns the value of attribute metadata.
139 140 141 |
# File 'sig/types.rbs', line 139 def @metadata end |
#name ⇒ ::String
Returns the value of attribute name.
138 139 140 |
# File 'sig/types.rbs', line 138 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
141 142 143 |
# File 'sig/types.rbs', line 141 def @tags end |