Class: Aws::Types::UpdateLimitsProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLimitsProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
-
#resource_limits ⇒ ::Hash[("INDEX_STORAGE" | "AGENT_HOURS"), Types::ProfileLimitValue]
Returns the value of attribute resource_limits.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
12858 12859 12860 |
# File 'sig/types.rbs', line 12858 def account_id @account_id end |
#description ⇒ ::String
Returns the value of attribute description.
12860 12861 12862 |
# File 'sig/types.rbs', line 12860 def description @description end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
12857 12858 12859 |
# File 'sig/types.rbs', line 12857 def profile_id @profile_id end |
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
12859 12860 12861 |
# File 'sig/types.rbs', line 12859 def profile_name @profile_name end |
#resource_limits ⇒ ::Hash[("INDEX_STORAGE" | "AGENT_HOURS"), Types::ProfileLimitValue]
Returns the value of attribute resource_limits.
12861 12862 12863 |
# File 'sig/types.rbs', line 12861 def resource_limits @resource_limits end |