Class: Aws::Types::CreateSchedulingPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#fairshare_policyTypes::FairsharePolicy

Returns the value of attribute fairshare_policy.



363
364
365
# File 'sig/types.rbs', line 363

def fairshare_policy
  @fairshare_policy
end

#name::String

Returns the value of attribute name.



361
362
363
# File 'sig/types.rbs', line 361

def name
  @name
end

#quota_share_policyTypes::QuotaSharePolicy

Returns the value of attribute quota_share_policy.



362
363
364
# File 'sig/types.rbs', line 362

def quota_share_policy
  @quota_share_policy
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.



364
365
366
# File 'sig/types.rbs', line 364

def tags
  @tags
end