Class: Aws::Types::UpdateQuotaShareRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateQuotaShareRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_limits ⇒ ::Array[Types::QuotaShareCapacityLimit]
Returns the value of attribute capacity_limits.
-
#preemption_configuration ⇒ Types::QuotaSharePreemptionConfiguration
Returns the value of attribute preemption_configuration.
-
#quota_share_arn ⇒ ::String
Returns the value of attribute quota_share_arn.
-
#resource_sharing_configuration ⇒ Types::QuotaShareResourceSharingConfiguration
Returns the value of attribute resource_sharing_configuration.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
Instance Attribute Details
#capacity_limits ⇒ ::Array[Types::QuotaShareCapacityLimit]
Returns the value of attribute capacity_limits.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def capacity_limits @capacity_limits end |
#preemption_configuration ⇒ Types::QuotaSharePreemptionConfiguration
Returns the value of attribute preemption_configuration.
1740 1741 1742 |
# File 'sig/types.rbs', line 1740 def preemption_configuration @preemption_configuration end |
#quota_share_arn ⇒ ::String
Returns the value of attribute quota_share_arn.
1737 1738 1739 |
# File 'sig/types.rbs', line 1737 def quota_share_arn @quota_share_arn end |
#resource_sharing_configuration ⇒ Types::QuotaShareResourceSharingConfiguration
Returns the value of attribute resource_sharing_configuration.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def resource_sharing_configuration @resource_sharing_configuration end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
1741 1742 1743 |
# File 'sig/types.rbs', line 1741 def state @state end |