Class: Aws::Types::CreateSchedulingPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fairshare_policyTypes::FairsharePolicy

Returns the value of attribute fairshare_policy.



344
345
346
# File 'sig/types.rbs', line 344

def fairshare_policy
  @fairshare_policy
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def name
  @name
end

#quota_share_policyTypes::QuotaSharePolicy

Returns the value of attribute quota_share_policy.



343
344
345
# File 'sig/types.rbs', line 343

def quota_share_policy
  @quota_share_policy
end

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

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


345
346
347
# File 'sig/types.rbs', line 345

def tags
  @tags
end