Class: Aws::Types::LimitsProfile
- Inherits:
-
Object
- Object
- Aws::Types::LimitsProfile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
7486 7487 7488 |
# File 'sig/types.rbs', line 7486 def account_id @account_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
7485 7486 7487 |
# File 'sig/types.rbs', line 7485 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
7490 7491 7492 |
# File 'sig/types.rbs', line 7490 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
7488 7489 7490 |
# File 'sig/types.rbs', line 7488 def description @description end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
7484 7485 7486 |
# File 'sig/types.rbs', line 7484 def profile_id @profile_id end |
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
7487 7488 7489 |
# File 'sig/types.rbs', line 7487 def profile_name @profile_name end |
#resource_limits ⇒ ::Hash[("INDEX_STORAGE" | "AGENT_HOURS"), Types::ProfileLimitValue]
Returns the value of attribute resource_limits.
7489 7490 7491 |
# File 'sig/types.rbs', line 7489 def resource_limits @resource_limits end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
7491 7492 7493 |
# File 'sig/types.rbs', line 7491 def updated_at @updated_at end |