Class: Aws::Types::GetApplicationDateRangeKpiRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetApplicationDateRangeKpiRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#kpi_name ⇒ ::String
Returns the value of attribute kpi_name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#page_size ⇒ ::String
Returns the value of attribute page_size.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def application_id @application_id end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def end_time @end_time end |
#kpi_name ⇒ ::String
Returns the value of attribute kpi_name.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def kpi_name @kpi_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def next_token @next_token end |
#page_size ⇒ ::String
Returns the value of attribute page_size.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def page_size @page_size end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def start_time @start_time end |