Class: Aws::Types::DeleteLimitsProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLimitsProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
4160 4161 4162 |
# File 'sig/types.rbs', line 4160 def account_id @account_id end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
4159 4160 4161 |
# File 'sig/types.rbs', line 4159 def profile_id @profile_id end |