Class: Aws::Types::ViewBillingRequest
- Inherits:
-
Object
- Object
- Aws::Types::ViewBillingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end ⇒ ::Time
Returns the value of attribute end.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#start ⇒ ::Time
Returns the value of attribute start.
Instance Attribute Details
#end ⇒ ::Time
Returns the value of attribute end.
593 594 595 |
# File 'sig/types.rbs', line 593 def end @end end |
#marker ⇒ ::String
Returns the value of attribute marker.
594 595 596 |
# File 'sig/types.rbs', line 594 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
595 596 597 |
# File 'sig/types.rbs', line 595 def max_items @max_items end |
#start ⇒ ::Time
Returns the value of attribute start.
592 593 594 |
# File 'sig/types.rbs', line 592 def start @start end |