Class: Aws::Types::GetAwsNetworkPerformanceDataRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAwsNetworkPerformanceDataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_queries ⇒ ::Array[Types::DataQuery]
Returns the value of attribute data_queries.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#data_queries ⇒ ::Array[Types::DataQuery]
Returns the value of attribute data_queries.
9674 9675 9676 |
# File 'sig/types.rbs', line 9674 def data_queries @data_queries end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
9679 9680 9681 |
# File 'sig/types.rbs', line 9679 def dry_run @dry_run end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
9676 9677 9678 |
# File 'sig/types.rbs', line 9676 def end_time @end_time end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
9677 9678 9679 |
# File 'sig/types.rbs', line 9677 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
9678 9679 9680 |
# File 'sig/types.rbs', line 9678 def next_token @next_token end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
9675 9676 9677 |
# File 'sig/types.rbs', line 9675 def start_time @start_time end |