Class: Aws::Deadline::Types::DeleteQueueEnvironmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::DeleteQueueEnvironmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The farm ID of the farm from which to remove the queue environment.
-
#queue_environment_id ⇒ String
The queue environment ID of the queue environment to delete.
-
#queue_id ⇒ String
The queue ID of the queue environment to delete.
Instance Attribute Details
#farm_id ⇒ String
The farm ID of the farm from which to remove the queue environment.
1853 1854 1855 1856 1857 1858 1859 |
# File 'lib/aws-sdk-deadline/types.rb', line 1853 class DeleteQueueEnvironmentRequest < Struct.new( :farm_id, :queue_id, :queue_environment_id) SENSITIVE = [] include Aws::Structure end |
#queue_environment_id ⇒ String
The queue environment ID of the queue environment to delete.
1853 1854 1855 1856 1857 1858 1859 |
# File 'lib/aws-sdk-deadline/types.rb', line 1853 class DeleteQueueEnvironmentRequest < Struct.new( :farm_id, :queue_id, :queue_environment_id) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID of the queue environment to delete.
1853 1854 1855 1856 1857 1858 1859 |
# File 'lib/aws-sdk-deadline/types.rb', line 1853 class DeleteQueueEnvironmentRequest < Struct.new( :farm_id, :queue_id, :queue_environment_id) SENSITIVE = [] include Aws::Structure end |