Class: Aws::EMRServerless::Types::JobLevelCostAllocationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::JobLevelCostAllocationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrserverless/types.rb
Overview
The configuration object that enables job level cost allocation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Enables job level cost allocation for the application.
Instance Attribute Details
#enabled ⇒ Boolean
Enables job level cost allocation for the application.
891 892 893 894 895 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 891 class JobLevelCostAllocationConfiguration < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |