Class: Aws::Batch::Types::DescribeQuotaShareRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::DescribeQuotaShareRequest
- 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.
3380 3381 3382 3383 3384 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 3380 class DescribeQuotaShareRequest < Struct.new( :quota_share_arn) SENSITIVE = [] include Aws::Structure end |