Class: Aws::Types::BatchDescribeUserLimitsRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchDescribeUserLimitsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#resource_types ⇒ ::Array[("INDEX_STORAGE" | "AGENT_HOURS")]
Returns the value of attribute resource_types.
-
#users ⇒ ::Array[Types::UserLimitsEntry]
Returns the value of attribute users.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def account_id @account_id end |
#resource_types ⇒ ::Array[("INDEX_STORAGE" | "AGENT_HOURS")]
Returns the value of attribute resource_types.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def resource_types @resource_types end |
#users ⇒ ::Array[Types::UserLimitsEntry]
Returns the value of attribute users.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def users @users end |