Class: Aws::Batch::Types::UpdateQuotaShareResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::UpdateQuotaShareResponse
- Includes:
- Structure
- Defined in:
- 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.
-
#quota_share_name ⇒ String
The name of the quota share.
Instance Attribute Details
#quota_share_arn ⇒ String
The Amazon Resource Name (ARN) of the quota share.
11260 11261 11262 11263 11264 11265 |
# File 'lib/aws-sdk-batch/types.rb', line 11260 class UpdateQuotaShareResponse < Struct.new( :quota_share_name, :quota_share_arn) SENSITIVE = [] include Aws::Structure end |
#quota_share_name ⇒ String
The name of the quota share.
11260 11261 11262 11263 11264 11265 |
# File 'lib/aws-sdk-batch/types.rb', line 11260 class UpdateQuotaShareResponse < Struct.new( :quota_share_name, :quota_share_arn) SENSITIVE = [] include Aws::Structure end |