Class: Aws::Types::SchedulingPolicyDetail
- Inherits:
-
Object
- Object
- Aws::Types::SchedulingPolicyDetail
- 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.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def arn @arn end |
#fairshare_policy ⇒ Types::FairsharePolicy
Returns the value of attribute fairshare_policy.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def fairshare_policy @fairshare_policy end |
#name ⇒ ::String
Returns the value of attribute name.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def name @name end |
#quota_share_policy ⇒ Types::QuotaSharePolicy
Returns the value of attribute quota_share_policy.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def quota_share_policy @quota_share_policy end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def @tags end |