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.
886 887 888 |
# File 'sig/types.rbs', line 886 def last_updated_at @last_updated_at end |
#quota_shares ⇒ ::Hash[::String, ::Array[Types::FrontOfQuotaShareJobSummary]]
Returns the value of attribute quota_shares.
885 886 887 |
# File 'sig/types.rbs', line 885 def quota_shares @quota_shares end |