Class: Aws::Batch::Types::CreateQuotaShareResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#quota_share_arnString

The Amazon Resource Name (ARN) of the quota share.

Returns:

  • (String)


2808
2809
2810
2811
2812
2813
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2808

class CreateQuotaShareResponse < Struct.new(
  :quota_share_name,
  :quota_share_arn)
  SENSITIVE = []
  include Aws::Structure
end

#quota_share_nameString

The name of the quota share.

Returns:

  • (String)


2808
2809
2810
2811
2812
2813
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2808

class CreateQuotaShareResponse < Struct.new(
  :quota_share_name,
  :quota_share_arn)
  SENSITIVE = []
  include Aws::Structure
end