Class: Aws::Types::CreateSchedulingPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSchedulingPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fairshare_policy ⇒ Types::FairsharePolicy
Returns the value of attribute fairshare_policy.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#quota_share_policy ⇒ Types::QuotaSharePolicy
Returns the value of attribute quota_share_policy.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#fairshare_policy ⇒ Types::FairsharePolicy
Returns the value of attribute fairshare_policy.
332 333 334 |
# File 'sig/types.rbs', line 332 def fairshare_policy @fairshare_policy end |
#name ⇒ ::String
Returns the value of attribute name.
330 331 332 |
# File 'sig/types.rbs', line 330 def name @name end |
#quota_share_policy ⇒ Types::QuotaSharePolicy
Returns the value of attribute quota_share_policy.
331 332 333 |
# File 'sig/types.rbs', line 331 def quota_share_policy @quota_share_policy end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
333 334 335 |
# File 'sig/types.rbs', line 333 def @tags end |