Class: Aws::Types::GetUsageRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetUsageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_date ⇒ ::String
Returns the value of attribute end_date.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#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.
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.
886 887 888 |
# File 'sig/types.rbs', line 886 def key_id @key_id end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
890 891 892 |
# File 'sig/types.rbs', line 890 def limit @limit end |
#position ⇒ ::String
Returns the value of attribute position.
889 890 891 |
# File 'sig/types.rbs', line 889 def position @position end |
#start_date ⇒ ::String
Returns the value of attribute start_date.
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.
885 886 887 |
# File 'sig/types.rbs', line 885 def usage_plan_id @usage_plan_id end |