Class: Aws::Batch::Types::SchedulingPolicyListingDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb

Overview

An object that contains the details of a scheduling policy that's returned in a ListSchedulingPolicy action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Amazon Resource Name (ARN) of the scheduling policy.

Returns:

  • (String)


6679
6680
6681
6682
6683
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6679

class SchedulingPolicyListingDetail < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end