Class: Aws::Batch::Types::CreateSchedulingPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::CreateSchedulingPolicyResponse
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the scheduling policy.
-
#name ⇒ String
The name of the scheduling policy.
Instance Attribute Details
#arn ⇒ String
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
.
2555 2556 2557 2558 2559 2560 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2555 class CreateSchedulingPolicyResponse < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the scheduling policy.
2555 2556 2557 2558 2559 2560 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2555 class CreateSchedulingPolicyResponse < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |