Class: Aws::Batch::Types::CreateSchedulingPolicyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the scheduling policy. The format is ‘aws:Partition:batch:Region:Account:scheduling-policy/Name `. For example, `aws:aws:batch:us-west-2:123456789012:scheduling-policy/MySchedulingPolicy`.

Returns:

  • (String)


2406
2407
2408
2409
2410
2411
# File 'lib/aws-sdk-batch/types.rb', line 2406

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

#nameString

The name of the scheduling policy.

Returns:

  • (String)


2406
2407
2408
2409
2410
2411
# File 'lib/aws-sdk-batch/types.rb', line 2406

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