Class: Aws::Types::FrontOfQuotaSharesDetail
- Inherits:
-
Object
- Object
- Aws::Types::FrontOfQuotaSharesDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_updated_at ⇒ ::Integer
Returns the value of attribute last_updated_at.
-
#quota_shares ⇒ ::Hash[::String, ::Array[Types::FrontOfQuotaShareJobSummary]]
Returns the value of attribute quota_shares.
Instance Attribute Details
#last_updated_at ⇒ ::Integer
Returns the value of attribute last_updated_at.
893 894 895 |
# File 'sig/types.rbs', line 893 def last_updated_at @last_updated_at end |
#quota_shares ⇒ ::Hash[::String, ::Array[Types::FrontOfQuotaShareJobSummary]]
Returns the value of attribute quota_shares.
892 893 894 |
# File 'sig/types.rbs', line 892 def quota_shares @quota_shares end |