Class: Aws::Types::UpdateBotRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#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.
-
#suspend ⇒ Boolean
Returns the value of attribute suspend.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
875 876 877 |
# File 'sig/types.rbs', line 875 def bot_id @bot_id end |
#challenge ⇒ ::String
Returns the value of attribute challenge.
878 879 880 |
# File 'sig/types.rbs', line 878 def challenge @challenge end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
876 877 878 |
# File 'sig/types.rbs', line 876 def display_name @display_name end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
877 878 879 |
# File 'sig/types.rbs', line 877 def group_id @group_id end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
874 875 876 |
# File 'sig/types.rbs', line 874 def network_id @network_id end |
#suspend ⇒ Boolean
Returns the value of attribute suspend.
879 880 881 |
# File 'sig/types.rbs', line 879 def suspend @suspend end |