module XRay::AwsServices

AWS Services listed below will be recorded as subsegments

Public Class Methods

whitelist() click to toggle source
# File lib/aws-xray-sdk/facets/resources/aws_services_whitelist.rb, line 233
def self.whitelist
  @whitelist
end
whitelist=(v) click to toggle source
# File lib/aws-xray-sdk/facets/resources/aws_services_whitelist.rb, line 237
def self.whitelist=(v)
  @whitelist = v
end