Class: Aws::Types::CreateBotRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#challenge ⇒ ::String
Returns the value of attribute challenge.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#challenge ⇒ ::String
Returns the value of attribute challenge.
202 203 204 |
# File 'sig/types.rbs', line 202 def challenge @challenge end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
200 201 202 |
# File 'sig/types.rbs', line 200 def display_name @display_name end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
201 202 203 |
# File 'sig/types.rbs', line 201 def group_id @group_id end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
198 199 200 |
# File 'sig/types.rbs', line 198 def network_id @network_id end |
#username ⇒ ::String
Returns the value of attribute username.
199 200 201 |
# File 'sig/types.rbs', line 199 def username @username end |