Class: Aws::Deadline::Types::GetQueueLimitAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetQueueLimitAssociationResponse
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The Unix timestamp of the date and time that the association was created.
-
#created_by ⇒ String
The user identifier of the person that created the association.
-
#limit_id ⇒ String
The unique identifier of the limit associated with the queue.
-
#queue_id ⇒ String
The unique identifier of the queue associated with the limit.
-
#status ⇒ String
The current status of the limit.
-
#updated_at ⇒ Time
The Unix timestamp of the date and time that the association was last updated.
-
#updated_by ⇒ String
The user identifier of the person that last updated the association.
Instance Attribute Details
#created_at ⇒ Time
The Unix timestamp of the date and time that the association was created.
3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3737 class GetQueueLimitAssociationResponse < Struct.new( :created_at, :created_by, :updated_at, :updated_by, :queue_id, :limit_id, :status) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The user identifier of the person that created the association.
3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3737 class GetQueueLimitAssociationResponse < Struct.new( :created_at, :created_by, :updated_at, :updated_by, :queue_id, :limit_id, :status) SENSITIVE = [] include Aws::Structure end |
#limit_id ⇒ String
The unique identifier of the limit associated with the queue.
3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3737 class GetQueueLimitAssociationResponse < Struct.new( :created_at, :created_by, :updated_at, :updated_by, :queue_id, :limit_id, :status) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The unique identifier of the queue associated with the limit.
3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3737 class GetQueueLimitAssociationResponse < Struct.new( :created_at, :created_by, :updated_at, :updated_by, :queue_id, :limit_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the limit.
3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3737 class GetQueueLimitAssociationResponse < Struct.new( :created_at, :created_by, :updated_at, :updated_by, :queue_id, :limit_id, :status) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The Unix timestamp of the date and time that the association was last updated.
3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3737 class GetQueueLimitAssociationResponse < Struct.new( :created_at, :created_by, :updated_at, :updated_by, :queue_id, :limit_id, :status) SENSITIVE = [] include Aws::Structure end |
#updated_by ⇒ String
The user identifier of the person that last updated the association.
3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3737 class GetQueueLimitAssociationResponse < Struct.new( :created_at, :created_by, :updated_at, :updated_by, :queue_id, :limit_id, :status) SENSITIVE = [] include Aws::Structure end |