Class: Aws::GroundStation::Types::GetMinuteUsageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::GetMinuteUsageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#month ⇒ Integer
The month being requested, with a value of 1-12.
-
#year ⇒ Integer
The year being requested, in the format of YYYY.
Instance Attribute Details
#month ⇒ Integer
The month being requested, with a value of 1-12.
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 |
#year ⇒ Integer
The year being requested, in the format of YYYY.
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 |