Class: Aws::Types::ListLoggingConfigurationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListLoggingConfigurationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#log_scope ⇒ "CUSTOMER", ...
Returns the value of attribute log_scope.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
982 983 984 |
# File 'sig/types.rbs', line 982 def limit @limit end |
#log_scope ⇒ "CUSTOMER", ...
Returns the value of attribute log_scope.
983 984 985 |
# File 'sig/types.rbs', line 983 def log_scope @log_scope end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
981 982 983 |
# File 'sig/types.rbs', line 981 def next_marker @next_marker end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
980 981 982 |
# File 'sig/types.rbs', line 980 def scope @scope end |