Class: Aws::Types::ViewBillingRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end::Time

Returns the value of attribute end.

Returns:

  • (::Time)


593
594
595
# File 'sig/types.rbs', line 593

def end
  @end
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


594
595
596
# File 'sig/types.rbs', line 594

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


595
596
597
# File 'sig/types.rbs', line 595

def max_items
  @max_items
end

#start::Time

Returns the value of attribute start.

Returns:

  • (::Time)


592
593
594
# File 'sig/types.rbs', line 592

def start
  @start
end