Class: Aws::Types::ListLoggingConfigurationsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


982
983
984
# File 'sig/types.rbs', line 982

def limit
  @limit
end

#log_scope"CUSTOMER", ...

Returns the value of attribute log_scope.

Returns:

  • ("CUSTOMER", "SECURITY_LAKE", "CLOUDWATCH_TELEMETRY_RULE_MANAGED")


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.

Returns:

  • (::String)


981
982
983
# File 'sig/types.rbs', line 981

def next_marker
  @next_marker
end

#scope"CLOUDFRONT", "REGIONAL"

Returns the value of attribute scope.

Returns:

  • ("CLOUDFRONT", "REGIONAL")


980
981
982
# File 'sig/types.rbs', line 980

def scope
  @scope
end