Class: Aws::Types::RegenerateSecurityTokenRequest
- Inherits:
-
Object
- Object
- Aws::Types::RegenerateSecurityTokenRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
700 701 702 |
# File 'sig/types.rbs', line 700 def account_id @account_id end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
701 702 703 |
# File 'sig/types.rbs', line 701 def bot_id @bot_id end |