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:



346
347
348
# File 'sig/types.rbs', line 346

def capacity_limits
  @capacity_limits
end

#job_queue::String

Returns the value of attribute job_queue.

Returns:

  • (::String)


345
346
347
# File 'sig/types.rbs', line 345

def job_queue
  @job_queue
end

#preemption_configurationTypes::QuotaSharePreemptionConfiguration

Returns the value of attribute preemption_configuration.



348
349
350
# File 'sig/types.rbs', line 348

def preemption_configuration
  @preemption_configuration
end

#quota_share_name::String

Returns the value of attribute quota_share_name.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def quota_share_name
  @quota_share_name
end

#resource_sharing_configurationTypes::QuotaShareResourceSharingConfiguration

Returns the value of attribute resource_sharing_configuration.



347
348
349
# File 'sig/types.rbs', line 347

def resource_sharing_configuration
  @resource_sharing_configuration
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


349
350
351
# File 'sig/types.rbs', line 349

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


350
351
352
# File 'sig/types.rbs', line 350

def tags
  @tags
end