Class: Aws::Types::GetUsageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#end_date::String

Returns the value of attribute end_date.

Returns:



888
889
890
# File 'sig/types.rbs', line 888

def end_date
  @end_date
end

#key_id::String

Returns the value of attribute key_id.

Returns:



886
887
888
# File 'sig/types.rbs', line 886

def key_id
  @key_id
end

#limit::Integer

Returns the value of attribute limit.

Returns:



890
891
892
# File 'sig/types.rbs', line 890

def limit
  @limit
end

#position::String

Returns the value of attribute position.

Returns:



889
890
891
# File 'sig/types.rbs', line 889

def position
  @position
end

#start_date::String

Returns the value of attribute start_date.

Returns:



887
888
889
# File 'sig/types.rbs', line 887

def start_date
  @start_date
end

#usage_plan_id::String

Returns the value of attribute usage_plan_id.

Returns:



885
886
887
# File 'sig/types.rbs', line 885

def usage_plan_id
  @usage_plan_id
end