Class: Aws::GroundStation::Types::GetMinuteUsageResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#estimated_minutes_remainingInteger

Estimated number of minutes remaining for an account, specific to the month being requested.

Returns:

  • (Integer)


1603
1604
1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1603

class GetMinuteUsageResponse < Struct.new(
  :estimated_minutes_remaining,
  :is_reserved_minutes_customer,
  :total_reserved_minute_allocation,
  :total_scheduled_minutes,
  :upcoming_minutes_scheduled)
  SENSITIVE = []
  include Aws::Structure
end

#is_reserved_minutes_customerBoolean

Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month being requested.

Returns:

  • (Boolean)


1603
1604
1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1603

class GetMinuteUsageResponse < Struct.new(
  :estimated_minutes_remaining,
  :is_reserved_minutes_customer,
  :total_reserved_minute_allocation,
  :total_scheduled_minutes,
  :upcoming_minutes_scheduled)
  SENSITIVE = []
  include Aws::Structure
end

#total_reserved_minute_allocationInteger

Total number of reserved minutes allocated, specific to the month being requested.

Returns:

  • (Integer)


1603
1604
1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1603

class GetMinuteUsageResponse < Struct.new(
  :estimated_minutes_remaining,
  :is_reserved_minutes_customer,
  :total_reserved_minute_allocation,
  :total_scheduled_minutes,
  :upcoming_minutes_scheduled)
  SENSITIVE = []
  include Aws::Structure
end

#total_scheduled_minutesInteger

Total scheduled minutes for an account, specific to the month being requested.

Returns:

  • (Integer)


1603
1604
1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1603

class GetMinuteUsageResponse < Struct.new(
  :estimated_minutes_remaining,
  :is_reserved_minutes_customer,
  :total_reserved_minute_allocation,
  :total_scheduled_minutes,
  :upcoming_minutes_scheduled)
  SENSITIVE = []
  include Aws::Structure
end

#upcoming_minutes_scheduledInteger

Upcoming minutes scheduled for an account, specific to the month being requested.

Returns:

  • (Integer)


1603
1604
1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1603

class GetMinuteUsageResponse < Struct.new(
  :estimated_minutes_remaining,
  :is_reserved_minutes_customer,
  :total_reserved_minute_allocation,
  :total_scheduled_minutes,
  :upcoming_minutes_scheduled)
  SENSITIVE = []
  include Aws::Structure
end