Class: Aws::Types::SchedulingPolicyDetail

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)


1456
1457
1458
# File 'sig/types.rbs', line 1456

def arn
  @arn
end

#fairshare_policyTypes::FairsharePolicy

Returns the value of attribute fairshare_policy.



1458
1459
1460
# File 'sig/types.rbs', line 1458

def fairshare_policy
  @fairshare_policy
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1455
1456
1457
# File 'sig/types.rbs', line 1455

def name
  @name
end

#quota_share_policyTypes::QuotaSharePolicy

Returns the value of attribute quota_share_policy.



1457
1458
1459
# File 'sig/types.rbs', line 1457

def quota_share_policy
  @quota_share_policy
end

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

Returns the value of attribute tags.

Returns:

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


1459
1460
1461
# File 'sig/types.rbs', line 1459

def tags
  @tags
end