Class: Aws::Types::Usage
- Inherits:
-
Object
- Object
- Aws::Types::Usage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_date ⇒ ::String
Returns the value of attribute end_date.
-
#items ⇒ ::Hash[::String, ::Array[::Array[::Integer]]]
Returns the value of attribute items.
-
#position ⇒ ::String
Returns the value of attribute position.
-
#start_date ⇒ ::String
Returns the value of attribute start_date.
-
#usage_plan_id ⇒ ::String
Returns the value of attribute usage_plan_id.
Instance Attribute Details
#end_date ⇒ ::String
Returns the value of attribute end_date.
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.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def items @items end |
#position ⇒ ::String
Returns the value of attribute position.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def position @position end |
#start_date ⇒ ::String
Returns the value of attribute start_date.
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.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def usage_plan_id @usage_plan_id end |