Class: Aws::Types::DeleteLoggingConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#log_scope"CUSTOMER", ...

Returns the value of attribute log_scope.

Returns:

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


389
390
391
# File 'sig/types.rbs', line 389

def log_scope
  @log_scope
end

#log_type"WAF_LOGS"

Returns the value of attribute log_type.

Returns:

  • ("WAF_LOGS")


388
389
390
# File 'sig/types.rbs', line 388

def log_type
  @log_type
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

def resource_arn
  @resource_arn
end