Class: Aws::Types::ListLoggingConfigurationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListLoggingConfigurationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#logging_configurations ⇒ ::Array[Types::LoggingConfiguration]
Returns the value of attribute logging_configurations.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#logging_configurations ⇒ ::Array[Types::LoggingConfiguration]
Returns the value of attribute logging_configurations.
988 989 990 |
# File 'sig/types.rbs', line 988 def logging_configurations @logging_configurations end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
989 990 991 |
# File 'sig/types.rbs', line 989 def next_marker @next_marker end |