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:



327
328
329
# File 'sig/types.rbs', line 327

def capacity_limits
  @capacity_limits
end

#job_queue::String

Returns the value of attribute job_queue.

Returns:

  • (::String)


326
327
328
# File 'sig/types.rbs', line 326

def job_queue
  @job_queue
end

#preemption_configurationTypes::QuotaSharePreemptionConfiguration

Returns the value of attribute preemption_configuration.



329
330
331
# File 'sig/types.rbs', line 329

def preemption_configuration
  @preemption_configuration
end

#quota_share_name::String

Returns the value of attribute quota_share_name.

Returns:

  • (::String)


325
326
327
# File 'sig/types.rbs', line 325

def quota_share_name
  @quota_share_name
end

#resource_sharing_configurationTypes::QuotaShareResourceSharingConfiguration

Returns the value of attribute resource_sharing_configuration.



328
329
330
# File 'sig/types.rbs', line 328

def resource_sharing_configuration
  @resource_sharing_configuration
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


330
331
332
# File 'sig/types.rbs', line 330

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


331
332
333
# File 'sig/types.rbs', line 331

def tags
  @tags
end