Class: Aws::Types::UpdateSchedulingPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSchedulingPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#fairshare_policy ⇒ Types::FairsharePolicy
Returns the value of attribute fairshare_policy.
-
#quota_share_policy ⇒ Types::QuotaSharePolicy
Returns the value of attribute quota_share_policy.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def arn @arn end |
#fairshare_policy ⇒ Types::FairsharePolicy
Returns the value of attribute fairshare_policy.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def fairshare_policy @fairshare_policy end |
#quota_share_policy ⇒ Types::QuotaSharePolicy
Returns the value of attribute quota_share_policy.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def quota_share_policy @quota_share_policy end |