Class: Aws::Types::Usage

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:

  • (::String)


1509
1510
1511
# File 'sig/types.rbs', line 1509

def end_date
  @end_date
end

#items::Hash[::String, ::Array[::Array[::Integer]]]

Returns the value of attribute items.

Returns:

  • (::Hash[::String, ::Array[::Array[::Integer]]])


1511
1512
1513
# File 'sig/types.rbs', line 1511

def items
  @items
end

#position::String

Returns the value of attribute position.

Returns:

  • (::String)


1510
1511
1512
# File 'sig/types.rbs', line 1510

def position
  @position
end

#start_date::String

Returns the value of attribute start_date.

Returns:

  • (::String)


1508
1509
1510
# File 'sig/types.rbs', line 1508

def start_date
  @start_date
end

#usage_plan_id::String

Returns the value of attribute usage_plan_id.

Returns:

  • (::String)


1507
1508
1509
# File 'sig/types.rbs', line 1507

def usage_plan_id
  @usage_plan_id
end