Class: Aws::Types::CreateBotRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#domain ⇒ ::String
Returns the value of attribute domain.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
172 173 174 |
# File 'sig/types.rbs', line 172 def account_id @account_id end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
173 174 175 |
# File 'sig/types.rbs', line 173 def display_name @display_name end |
#domain ⇒ ::String
Returns the value of attribute domain.
174 175 176 |
# File 'sig/types.rbs', line 174 def domain @domain end |