Class: Aws::Deadline::Types::GetQueueFleetAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetQueueFleetAssociationResponse
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
Domain fields for QueueFleetAssociation summary/response shapes, ordered before timestamps.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time the resource was created.
-
#created_by ⇒ String
The user or system that created this resource.
-
#fleet_id ⇒ String
The fleet ID for the queue-fleet association.
-
#queue_id ⇒ String
The queue ID for the queue-fleet association.
-
#status ⇒ String
The status of the queue-fleet association.
-
#updated_at ⇒ Time
The date and time the resource was updated.
-
#updated_by ⇒ String
The user or system that updated this resource.
Instance Attribute Details
#created_at ⇒ Time
The date and time the resource was created.
3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3971 class GetQueueFleetAssociationResponse < Struct.new( :queue_id, :fleet_id, :status, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The user or system that created this resource.
3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3971 class GetQueueFleetAssociationResponse < Struct.new( :queue_id, :fleet_id, :status, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
The fleet ID for the queue-fleet association.
3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3971 class GetQueueFleetAssociationResponse < Struct.new( :queue_id, :fleet_id, :status, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID for the queue-fleet association.
3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3971 class GetQueueFleetAssociationResponse < Struct.new( :queue_id, :fleet_id, :status, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the queue-fleet association.
3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3971 class GetQueueFleetAssociationResponse < Struct.new( :queue_id, :fleet_id, :status, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time the resource was updated.
3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3971 class GetQueueFleetAssociationResponse < Struct.new( :queue_id, :fleet_id, :status, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#updated_by ⇒ String
The user or system that updated this resource.
3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3971 class GetQueueFleetAssociationResponse < Struct.new( :queue_id, :fleet_id, :status, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |