You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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)

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

#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)

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

#total_reserved_minute_allocationInteger

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

Returns:

  • (Integer)

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

#total_scheduled_minutesInteger

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

Returns:

  • (Integer)

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

#upcoming_minutes_scheduledInteger

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

Returns:

  • (Integer)

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