Class: Aws::Batch::Types::DeleteQuotaShareRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::DeleteQuotaShareRequest
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#quota_share_arn ⇒ String
The Amazon Resource Name (ARN) of the quota share.
Instance Attribute Details
#quota_share_arn ⇒ String
The Amazon Resource Name (ARN) of the quota share.
3004 3005 3006 3007 3008 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 3004 class DeleteQuotaShareRequest < Struct.new( :quota_share_arn) SENSITIVE = [] include Aws::Structure end |