Class: Aws::Athena::Types::CapacityAllocation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#request_completion_timeTime

The time when the capacity allocation request was completed.

Returns:

  • (Time)


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_timeTime

The time when the capacity allocation was requested.

Returns:

  • (Time)


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

#statusString

The status of the capacity allocation.

Returns:

  • (String)


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_messageString

The status message of the capacity allocation.

Returns:

  • (String)


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