Class: Aws::GroundStation::Types::GetMinuteUsageRequest

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

#monthInteger

The month being requested, with a value of 1-12.

Returns:

  • (Integer)


1620
1621
1622
1623
1624
1625
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1620

class GetMinuteUsageRequest < Struct.new(
  :month,
  :year)
  SENSITIVE = []
  include Aws::Structure
end

#yearInteger

The year being requested, in the format of YYYY.

Returns:

  • (Integer)


1620
1621
1622
1623
1624
1625
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1620

class GetMinuteUsageRequest < Struct.new(
  :month,
  :year)
  SENSITIVE = []
  include Aws::Structure
end