Class: Aws::Types::UpdateQuotaShareResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateQuotaShareResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#quota_share_arn ⇒ ::String
Returns the value of attribute quota_share_arn.
-
#quota_share_name ⇒ ::String
Returns the value of attribute quota_share_name.
Instance Attribute Details
#quota_share_arn ⇒ ::String
Returns the value of attribute quota_share_arn.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def quota_share_arn @quota_share_arn end |
#quota_share_name ⇒ ::String
Returns the value of attribute quota_share_name.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def quota_share_name @quota_share_name end |