Class: Aws::Types::DescribeQuotaShareResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeQuotaShareResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_limits ⇒ ::Array[Types::QuotaShareCapacityLimit]
Returns the value of attribute capacity_limits.
-
#job_queue_arn ⇒ ::String
Returns the value of attribute job_queue_arn.
-
#preemption_configuration ⇒ Types::QuotaSharePreemptionConfiguration
Returns the value of attribute preemption_configuration.
-
#quota_share_arn ⇒ ::String
Returns the value of attribute quota_share_arn.
-
#quota_share_name ⇒ ::String
Returns the value of attribute quota_share_name.
-
#resource_sharing_configuration ⇒ Types::QuotaShareResourceSharingConfiguration
Returns the value of attribute resource_sharing_configuration.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#capacity_limits ⇒ ::Array[Types::QuotaShareCapacityLimit]
Returns the value of attribute capacity_limits.
522 523 524 |
# File 'sig/types.rbs', line 522 def capacity_limits @capacity_limits end |
#job_queue_arn ⇒ ::String
Returns the value of attribute job_queue_arn.
521 522 523 |
# File 'sig/types.rbs', line 521 def job_queue_arn @job_queue_arn end |
#preemption_configuration ⇒ Types::QuotaSharePreemptionConfiguration
Returns the value of attribute preemption_configuration.
524 525 526 |
# File 'sig/types.rbs', line 524 def preemption_configuration @preemption_configuration end |
#quota_share_arn ⇒ ::String
Returns the value of attribute quota_share_arn.
520 521 522 |
# File 'sig/types.rbs', line 520 def quota_share_arn @quota_share_arn end |
#quota_share_name ⇒ ::String
Returns the value of attribute quota_share_name.
519 520 521 |
# File 'sig/types.rbs', line 519 def quota_share_name @quota_share_name end |
#resource_sharing_configuration ⇒ Types::QuotaShareResourceSharingConfiguration
Returns the value of attribute resource_sharing_configuration.
523 524 525 |
# File 'sig/types.rbs', line 523 def resource_sharing_configuration @resource_sharing_configuration end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
525 526 527 |
# File 'sig/types.rbs', line 525 def state @state end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
526 527 528 |
# File 'sig/types.rbs', line 526 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
527 528 529 |
# File 'sig/types.rbs', line 527 def end |