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.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def capacity_limits @capacity_limits end |
#preemption_configuration ⇒ Types::QuotaSharePreemptionConfiguration
Returns the value of attribute preemption_configuration.
1820 1821 1822 |
# File 'sig/types.rbs', line 1820 def preemption_configuration @preemption_configuration end |
#quota_share_arn ⇒ ::String
Returns the value of attribute quota_share_arn.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def quota_share_arn @quota_share_arn end |
#resource_sharing_configuration ⇒ Types::QuotaShareResourceSharingConfiguration
Returns the value of attribute resource_sharing_configuration.
1819 1820 1821 |
# File 'sig/types.rbs', line 1819 def resource_sharing_configuration @resource_sharing_configuration end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
1821 1822 1823 |
# File 'sig/types.rbs', line 1821 def state @state end |