Class: Aws::Types::GetAwsNetworkPerformanceDataResult
- Inherits:
-
Object
- Object
- Aws::Types::GetAwsNetworkPerformanceDataResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_responses ⇒ ::Array[Types::DataResponse]
Returns the value of attribute data_responses.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#data_responses ⇒ ::Array[Types::DataResponse]
Returns the value of attribute data_responses.
9684 9685 9686 |
# File 'sig/types.rbs', line 9684 def data_responses @data_responses end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
9685 9686 9687 |
# File 'sig/types.rbs', line 9685 def next_token @next_token end |