Class: Aws::Types::DescribeLimitsProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLimitsProfileRequest
- 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.
5110 5111 5112 |
# File 'sig/types.rbs', line 5110 def account_id @account_id end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
5109 5110 5111 |
# File 'sig/types.rbs', line 5109 def profile_id @profile_id end |