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.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def arn @arn end |
#fairshare_policy ⇒ Types::FairsharePolicy
Returns the value of attribute fairshare_policy.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def fairshare_policy @fairshare_policy end |
#name ⇒ ::String
Returns the value of attribute name.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def name @name end |
#quota_share_policy ⇒ Types::QuotaSharePolicy
Returns the value of attribute quota_share_policy.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def quota_share_policy @quota_share_policy end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def @tags end |