Class: Aws::Types::UpdateSchedulingPolicyRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1752
1753
1754
# File 'sig/types.rbs', line 1752

def arn
  @arn
end

#fairshare_policyTypes::FairsharePolicy

Returns the value of attribute fairshare_policy.



1754
1755
1756
# File 'sig/types.rbs', line 1754

def fairshare_policy
  @fairshare_policy
end

#quota_share_policyTypes::QuotaSharePolicy

Returns the value of attribute quota_share_policy.



1753
1754
1755
# File 'sig/types.rbs', line 1753

def quota_share_policy
  @quota_share_policy
end