Class: Aws::Types::BotMember
- Inherits:
-
Object
- Object
- Aws::Types::BotMember
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_member_alias_id ⇒ ::String
Returns the value of attribute bot_member_alias_id.
-
#bot_member_alias_name ⇒ ::String
Returns the value of attribute bot_member_alias_name.
-
#bot_member_id ⇒ ::String
Returns the value of attribute bot_member_id.
-
#bot_member_name ⇒ ::String
Returns the value of attribute bot_member_name.
-
#bot_member_version ⇒ ::String
Returns the value of attribute bot_member_version.
Instance Attribute Details
#bot_member_alias_id ⇒ ::String
Returns the value of attribute bot_member_alias_id.
515 516 517 |
# File 'sig/types.rbs', line 515 def bot_member_alias_id @bot_member_alias_id end |
#bot_member_alias_name ⇒ ::String
Returns the value of attribute bot_member_alias_name.
516 517 518 |
# File 'sig/types.rbs', line 516 def bot_member_alias_name @bot_member_alias_name end |
#bot_member_id ⇒ ::String
Returns the value of attribute bot_member_id.
513 514 515 |
# File 'sig/types.rbs', line 513 def bot_member_id @bot_member_id end |
#bot_member_name ⇒ ::String
Returns the value of attribute bot_member_name.
514 515 516 |
# File 'sig/types.rbs', line 514 def bot_member_name @bot_member_name end |
#bot_member_version ⇒ ::String
Returns the value of attribute bot_member_version.
517 518 519 |
# File 'sig/types.rbs', line 517 def bot_member_version @bot_member_version end |