Class: Aws::Types::CreateQuotaShareRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_limits::Array[Types::QuotaShareCapacityLimit]

Returns the value of attribute capacity_limits.

Returns:



315
316
317
# File 'sig/types.rbs', line 315

def capacity_limits
  @capacity_limits
end

#job_queue::String

Returns the value of attribute job_queue.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def job_queue
  @job_queue
end

#preemption_configurationTypes::QuotaSharePreemptionConfiguration

Returns the value of attribute preemption_configuration.



317
318
319
# File 'sig/types.rbs', line 317

def preemption_configuration
  @preemption_configuration
end

#quota_share_name::String

Returns the value of attribute quota_share_name.

Returns:

  • (::String)


313
314
315
# File 'sig/types.rbs', line 313

def quota_share_name
  @quota_share_name
end

#resource_sharing_configurationTypes::QuotaShareResourceSharingConfiguration

Returns the value of attribute resource_sharing_configuration.



316
317
318
# File 'sig/types.rbs', line 316

def resource_sharing_configuration
  @resource_sharing_configuration
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


318
319
320
# File 'sig/types.rbs', line 318

def state
  @state
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


319
320
321
# File 'sig/types.rbs', line 319

def tags
  @tags
end