class Aws::DynamoDB::Endpoints::DescribeContributorInsights

def self.build(context)

def self.build(context)
  Aws::DynamoDB::EndpointParameters.create(
    context.config,
    resource_arn: context.params[:table_name],
  )
end