Class: Aws::Athena::Types::CapacityAllocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::CapacityAllocation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Contains the submission time of a single allocation request for a capacity reservation and the most recent status of the attempted allocation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#request_completion_time ⇒ Time
The time when the capacity allocation request was completed.
-
#request_time ⇒ Time
The time when the capacity allocation was requested.
-
#status ⇒ String
The status of the capacity allocation.
-
#status_message ⇒ String
The status message of the capacity allocation.
Instance Attribute Details
#request_completion_time ⇒ Time
The time when the capacity allocation request was completed.
389 390 391 392 393 394 395 396 |
# File 'lib/aws-sdk-athena/types.rb', line 389 class CapacityAllocation < Struct.new( :status, :status_message, :request_time, :request_completion_time) SENSITIVE = [] include Aws::Structure end |
#request_time ⇒ Time
The time when the capacity allocation was requested.
389 390 391 392 393 394 395 396 |
# File 'lib/aws-sdk-athena/types.rb', line 389 class CapacityAllocation < Struct.new( :status, :status_message, :request_time, :request_completion_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the capacity allocation.
389 390 391 392 393 394 395 396 |
# File 'lib/aws-sdk-athena/types.rb', line 389 class CapacityAllocation < Struct.new( :status, :status_message, :request_time, :request_completion_time) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message of the capacity allocation.
389 390 391 392 393 394 395 396 |
# File 'lib/aws-sdk-athena/types.rb', line 389 class CapacityAllocation < Struct.new( :status, :status_message, :request_time, :request_completion_time) SENSITIVE = [] include Aws::Structure end |