Class: Aws::Types::DescribeQuotaShareResponse

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:



491
492
493
# File 'sig/types.rbs', line 491

def capacity_limits
  @capacity_limits
end

#job_queue_arn::String

Returns the value of attribute job_queue_arn.

Returns:

  • (::String)


490
491
492
# File 'sig/types.rbs', line 490

def job_queue_arn
  @job_queue_arn
end

#preemption_configurationTypes::QuotaSharePreemptionConfiguration

Returns the value of attribute preemption_configuration.



493
494
495
# File 'sig/types.rbs', line 493

def preemption_configuration
  @preemption_configuration
end

#quota_share_arn::String

Returns the value of attribute quota_share_arn.

Returns:

  • (::String)


489
490
491
# File 'sig/types.rbs', line 489

def quota_share_arn
  @quota_share_arn
end

#quota_share_name::String

Returns the value of attribute quota_share_name.

Returns:

  • (::String)


488
489
490
# File 'sig/types.rbs', line 488

def quota_share_name
  @quota_share_name
end

#resource_sharing_configurationTypes::QuotaShareResourceSharingConfiguration

Returns the value of attribute resource_sharing_configuration.



492
493
494
# File 'sig/types.rbs', line 492

def resource_sharing_configuration
  @resource_sharing_configuration
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


494
495
496
# File 'sig/types.rbs', line 494

def state
  @state
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "VALID", "INVALID", "UPDATING", "DELETING")


495
496
497
# File 'sig/types.rbs', line 495

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


496
497
498
# File 'sig/types.rbs', line 496

def tags
  @tags
end