Class: Aws::Types::ListV2LoggingLevelsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListV2LoggingLevelsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_target_configurations ⇒ ::Array[Types::LogTargetConfiguration]
Returns the value of attribute log_target_configurations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#log_target_configurations ⇒ ::Array[Types::LogTargetConfiguration]
Returns the value of attribute log_target_configurations.
3817 3818 3819 |
# File 'sig/types.rbs', line 3817 def log_target_configurations @log_target_configurations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3818 3819 3820 |
# File 'sig/types.rbs', line 3818 def next_token @next_token end |