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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1631
1632
1633
1634
1635
1636
# File 'lib/aws-sdk-groundstation/types.rb', line 1631

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

#yearInteger

The year being requested, in the format of YYYY.

Returns:

  • (Integer)


1631
1632
1633
1634
1635
1636
# File 'lib/aws-sdk-groundstation/types.rb', line 1631

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