Class: Aws::Batch::Types::SchedulingPolicyListingDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::SchedulingPolicyListingDetail
- Includes:
- Structure
- Defined in:
- 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
-
#arn ⇒ String
Amazon Resource Name (ARN) of the scheduling policy.
Instance Attribute Details
#arn ⇒ String
Amazon Resource Name (ARN) of the scheduling policy.
9796 9797 9798 9799 9800 |
# File 'lib/aws-sdk-batch/types.rb', line 9796 class SchedulingPolicyListingDetail < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |