Class: Aws::Types::CreateLimitsProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLimitsProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
2535 2536 2537 |
# File 'sig/types.rbs', line 2535 def account_id @account_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2539 2540 2541 |
# File 'sig/types.rbs', line 2539 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
2537 2538 2539 |
# File 'sig/types.rbs', line 2537 def description @description end |
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
2536 2537 2538 |
# File 'sig/types.rbs', line 2536 def profile_name @profile_name end |
#resource_limits ⇒ ::Hash[("INDEX_STORAGE" | "AGENT_HOURS"), Types::ProfileLimitValue]
Returns the value of attribute resource_limits.
2538 2539 2540 |
# File 'sig/types.rbs', line 2538 def resource_limits @resource_limits end |