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.
1878 1879 1880 |
# File 'sig/types.rbs', line 1878 def capacity_limits @capacity_limits end |
#preemption_configuration ⇒ Types::QuotaSharePreemptionConfiguration
Returns the value of attribute preemption_configuration.
1880 1881 1882 |
# File 'sig/types.rbs', line 1880 def preemption_configuration @preemption_configuration end |
#quota_share_arn ⇒ ::String
Returns the value of attribute quota_share_arn.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def quota_share_arn @quota_share_arn end |
#resource_sharing_configuration ⇒ Types::QuotaShareResourceSharingConfiguration
Returns the value of attribute resource_sharing_configuration.
1879 1880 1881 |
# File 'sig/types.rbs', line 1879 def resource_sharing_configuration @resource_sharing_configuration end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
1881 1882 1883 |
# File 'sig/types.rbs', line 1881 def state @state end |